Files
suite/.theia/settings.json
2022-05-23 08:10:41 -07:00

19 lines
458 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
}
}