From b0d94250c9a43d183174b268cc2e799696fac15c Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 12 Dec 2022 09:50:47 -0800 Subject: [PATCH] Added a reference to the Tye VSCode extension (#1487) * Added a reference to the Tye VSCode extension * Apply suggestions from code review --- docs/getting_started.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index e28a54b8..e391802c 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -37,12 +37,15 @@ Tye is a tool that makes developing, testing, and deploying microservices and di > 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 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. - ## Working with CI builds This will install the newest available build from our CI.