mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2025-12-29 19:59:10 +00:00
16 lines
363 B
Plaintext
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"
|
|
}
|
|
} |