Initial commit for 17.0

This commit is contained in:
Jared Kipe
2023-10-28 12:44:41 -07:00
commit 18af22f531
15 changed files with 1563 additions and 0 deletions

19
.theia/settings.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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
}