topjs-debugger/.vscode/settings.json

7 lines
241 B
JSON
Raw Normal View History

2019-05-09 09:06:50 +08:00
// 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
}