topjs-debugger/.vscode/settings.json
2019-05-09 09:06:50 +08:00

7 lines
241 B
JSON

// Place your settings in this file to overwrite default and user settings.FALSE
{
"javascript.validate.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"files.trimTrailingWhitespace": true,
"editor.insertSpaces": true
}