Visual Studio Code extension recommendations (#191)

* Updating .gitignore file to allow vs code extension recommendations
* Adding vs code extension recommendations
* Adding a note about vs code extension recommendations
This commit is contained in:
Tobias Koch 2019-11-16 18:56:45 +01:00 committed by Tim Sarbin
parent 050faf2c06
commit 72bf080017
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
**/*__debug_bin
.vscode/**/*
!.vscode/extensions.json
**/Client.exe
**/Client
.idea/**/*

6
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"recommendations": [
"ms-vscode.go",
"defaltd.go-coverage-viewer"
]
}

View File

@ -57,7 +57,9 @@ The following extensions are recommended for working with this project:
- ms-vscode.go
- defaltd.go-coverage-viewer
You can get to it by going to settings <kbd>Ctrl+,</kbd>, expanding `Extensions` and selecting `Go configuration`,
When you open the workspace for the first time, Visual Studio Code will automatically suggest these extensions for installation.
Alternatively you can get to it by going to settings <kbd>Ctrl+,</kbd>, expanding `Extensions` and selecting `Go configuration`,
then clicking on `Edit in settings.json`. Just paste that section where appropriate.
## Configuration