mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-26 05:11:59 +00:00
10 lines
No EOL
261 B
JSON
10 lines
No EOL
261 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.trimTrailingWhitespace": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/release": true,
|
|
"**/out": true
|
|
},
|
|
"typescript.tsdk": "./node_modules/typescript/lib"
|
|
} |