Skip to content

Commit d7ada0c

Browse files
paul-schaafpokey
andauthored
Sort VSCode settings to put common settings first (#813)
* Add order field to most-used settings * Fix typo Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
1 parent 84c06db commit d7ada0c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,19 @@
160160
"cursorless.hatSizeAdjustment": {
161161
"type": "number",
162162
"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
164165
},
165166
"cursorless.hatVerticalOffset": {
166167
"type": "number",
167168
"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
169171
},
170172
"cursorless.colors.dark": {
171173
"description": "Colors to use for dark theme",
172174
"type": "object",
175+
"order": 5,
173176
"properties": {
174177
"default": {
175178
"type": "string"
@@ -211,6 +214,7 @@
211214
"cursorless.colors.light": {
212215
"description": "Colors to use for light theme",
213216
"type": "object",
217+
"order": 4,
214218
"properties": {
215219
"default": {
216220
"type": "string"
@@ -252,6 +256,7 @@
252256
"cursorless.hatEnablement.colors": {
253257
"description": "Which colors to enable",
254258
"type": "object",
259+
"order": 2,
255260
"properties": {
256261
"blue": {
257262
"type": "boolean"
@@ -289,6 +294,7 @@
289294
"cursorless.hatEnablement.shapes": {
290295
"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.",
291296
"type": "object",
297+
"order": 3,
292298
"properties": {
293299
"ex": {
294300
"type": "boolean"

0 commit comments

Comments
 (0)