mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"search.exclude": {
|
|
"**/search-exclude/**": true
|
|
},
|
|
"files.exclude": {
|
|
"**/files-exclude/**": true
|
|
},
|
|
"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
|
|
"workbench.editor.languageDetection": true
|
|
}
|