mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
10 lines
274 B
JSON
10 lines
274 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/bower_components": true,
|
|
"**/release": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
|
} |