mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
8 lines
261 B
JSON
8 lines
261 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"javascript.validate.enable": false,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.insertSpaces": false,
|
|
"editor.tabSize": 4,
|
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
|
} |