Added a reference to the Tye VSCode extension (#1487)

* Added a reference to the Tye VSCode extension

* Apply suggestions from code review
This commit is contained in:
David Fowler 2022-12-12 09:50:47 -08:00 коммит произвёл GitHub
Родитель cb394a1ff6
Коммит b0d94250c9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -37,12 +37,15 @@ Tye is a tool that makes developing, testing, and deploying microservices and di
> export PATH=$HOME/.dotnet/tools:$PATH > export PATH=$HOME/.dotnet/tools:$PATH
> ``` > ```
## Tye VSCode extension
Install the [Tye Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-tye).
## Next steps ## Next steps
1. Once tye is installed, continue to the [Basic Tutorial](/docs/tutorials/hello-tye/00_run_locally.md). 1. Once tye is installed, continue to the [Basic Tutorial](/docs/tutorials/hello-tye/00_run_locally.md).
1. Check out additional samples for more advanced concepts, such as using redis, rabbitmq, and service discovery. 1. Check out additional samples for more advanced concepts, such as using redis, rabbitmq, and service discovery.
## Working with CI builds ## Working with CI builds
This will install the newest available build from our CI. This will install the newest available build from our CI.