1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-18 05:05:23 +00:00
OpenDiablo2/.vscode/extensions.json
Tobias Koch 72bf080017 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
2019-11-16 12:56:45 -05:00

6 lines
100 B
JSON

{
"recommendations": [
"ms-vscode.go",
"defaltd.go-coverage-viewer"
]
}