Add editor settings

This commit is contained in:
2022-02-05 03:35:07 -05:00
parent 50aa151b86
commit 830c32bffb
7 changed files with 86 additions and 9 deletions
+24
View File
@@ -77,6 +77,30 @@
}
}
},
"editor": {
"name": "Editor Preferences",
"lineNumbers": {
"name": "Line Numbers",
"note": "Enables showing line numbers on the side of the editor"
},
"fontSize": {
"name": "Font Size",
"note": "Size of the font (pt) to use in the editor"
},
"minimap": {
"name": "Minimap",
"note": "Enables showing the code minimap on the side of the editor"
},
"renderWhitespace": {
"name": "Show Whitespace",
"note": "When whitespace should be shown by the editor",
"options": {
"all": "Always",
"none": "Never",
"selection": "Selection"
}
}
},
"developer": {
"name": "Developer Settings",
"devTools": {