forked from external/vscode-xml
8 lines
185 B
JSON
8 lines
185 B
JSON
|
// Place your settings in this file to overwrite default and user settings.
|
||
|
{
|
||
|
"files.exclude": {
|
||
|
"**/.git": true,
|
||
|
"**/.DS_Store": true,
|
||
|
"**/*.js": {"when": "$(basename).ts"}
|
||
|
}
|
||
|
}
|