Files
suite/.theia/settings.json
2023-01-19 12:57:18 -06:00

20 lines
493 B
JSON

{
"workbench.colorTheme": "Hibou Dark",
"files.exclude": {
"**/.var": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.pyc": {"when": "$(basename).py"},
"**/__pycache__": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true
},
"editor.enablePreview": false
}