9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
This commit is contained in:
Daniel Mills
2020-05-16 02:26:05 -04:00
parent 4b6943466d
commit 8f86414862
2 changed files with 16 additions and 11 deletions

16
iris.code-workspace Normal file
View File

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