vscode-go/.vscode/settings.json

14 строки
319 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": true,
"typings": false
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"out/": true
},
"editor.insertSpaces": false,
"typescript.tsdk": "node_modules\\typescript\\lib",
}