9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 04:09:18 +00:00

Compatability

This commit is contained in:
Daniel Mills
2020-08-06 15:51:16 -04:00
parent 6fadf456f8
commit f46a1941ab
9 changed files with 450 additions and 0 deletions

12
a/a.code-workspace Normal file
View File

@@ -0,0 +1,12 @@
{
"settings": {
"files.autoSave": "onFocusChange",
"workbench.statusBar.visible": false,
"workbench.tips.enabled": false,
"workbench.colorTheme": "Monokai",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.tree.indent": 24,
"workbench.preferredHighContrastColorTheme": "Solarized Dark"
},
"folders": [{"path": "."}]
}