Files
vscode-extension-samples/.vscode/settings.json

12 lines
240 B
JSON
Raw Permalink Normal View History

2015-11-05 17:33:07 +01:00
{
"files.exclude": {
"**/out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"**/out": true
2016-12-30 11:17:41 +01:00
},
"editor.formatOnSave": true,
"editor.useTabStops": true,
"editor.tabSize": 4
}