1
0
mirror of https://github.com/coder/code-server.git synced 2024-12-04 23:03:06 +08:00
code-server/lib/vscode/extensions/vscode-api-tests/testWorkspace/.vscode/settings.json
2021-03-11 10:27:10 -07:00

10 lines
204 B
JSON

{
"search.exclude": {
"**/search-exclude/**": true
},
"files.exclude": {
"**/files-exclude/**": true
},
"editor.minimap.enabled": false // see https://github.com/microsoft/vscode/issues/115747
}