Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
Improved visual studio code section
  • Loading branch information
cjac authored and bjornalm committed Nov 20, 2023
1 parent 10a46d1 commit d9cd203
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/docs-site/content/developer/development/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d9cd203

Please sign in to comment.