vscode-vsce/.vscode/settings.json
2019-04-12 16:42:09 +02:00

10 lines
No EOL
277 B
JSON

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