Browse Source

Update _index.md

Improved visual studio code section
C.J. Collier 2 years ago
parent
commit
d9cd203fdf
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docs/docs-site/content/developer/development/_index.md

+ 6 - 6
docs/docs-site/content/developer/development/_index.md

@@ -114,16 +114,16 @@ For checking git commit message format automatically locally:
     cp tools/githooks/* .git/hooks
     chmod +x .git/hooks/*
 
-#### Visual Code
+#### Visual Studio Code
 
-Adding the 'hue' directory as a workspace, then:
+Add the 'hue' directory as a workspace, then install the following extensions:
 
 Recommended extensions:
 
-* Python - Microsoft
-* EsLint - Dirk Baeumur
-* Mako - tommorris
-* Docker - Microsoft
+* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Microsoft
+* [EsLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Dirk Baeumur
+* [Mako](https://marketplace.visualstudio.com/items?itemName=tommorris.mako) - tommorris
+* [Docker](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) - Microsoft
 
 #### PyCharm