Files
vscode-extension-samples/multi-lsp-sample/client/.vscode/settings.json
2017-08-23 16:40:19 +02:00

13 lines
406 B
JSON

// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true
},
"editor.insertSpaces": false,
"editor.tabSize": 4,
"typescript.tsdk": "./node_modules/typescript/lib", "testbed.trace.server": "verbose"
, "testbed.server.trace": "verbose"
}