mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
13 lines
406 B
JSON
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"
|
|
} |