9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/overworld/overworld.code-workspace
Daniel Mills 41e812000f R10
2020-08-01 04:33:31 -04:00

16 lines
363 B
Plaintext

{
"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"
}
}