You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,16 +160,19 @@
160
160
"cursorless.hatSizeAdjustment": {
161
161
"type": "number",
162
162
"default": 0,
163
-
"description": "Percentage to increase or decrease hat size; positive increases size"
163
+
"description": "Percentage to increase or decrease hat size; positive increases size",
164
+
"order": 0
164
165
},
165
166
"cursorless.hatVerticalOffset": {
166
167
"type": "number",
167
168
"default": 0,
168
-
"description": "How much to vertically shift the hats as a percentage of font size; positive is up"
169
+
"description": "How much to vertically shift the hats as a percentage of font size; positive is up",
170
+
"order": 1
169
171
},
170
172
"cursorless.colors.dark": {
171
173
"description": "Colors to use for dark theme",
172
174
"type": "object",
175
+
"order": 5,
173
176
"properties": {
174
177
"default": {
175
178
"type": "string"
@@ -211,6 +214,7 @@
211
214
"cursorless.colors.light": {
212
215
"description": "Colors to use for light theme",
213
216
"type": "object",
217
+
"order": 4,
214
218
"properties": {
215
219
"default": {
216
220
"type": "string"
@@ -252,6 +256,7 @@
252
256
"cursorless.hatEnablement.colors": {
253
257
"description": "Which colors to enable",
254
258
"type": "object",
259
+
"order": 2,
255
260
"properties": {
256
261
"blue": {
257
262
"type": "boolean"
@@ -289,6 +294,7 @@
289
294
"cursorless.hatEnablement.shapes": {
290
295
"markdownDescription": "Which shapes to enable. See the [docs](https://www.cursorless.org/docs/#shapes) if you're not sure which shape name corresponds to which hat shape.",
0 commit comments