Skip to content

Commit cbdc66c

Browse files
committed
Fix package.json ordering
1 parent 2bebdd4 commit cbdc66c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,12 @@
416416
"vscode": "^1.73.0"
417417
},
418418
"icon": "media/logo.png",
419-
"extensionKind": [
420-
"ui"
421-
],
422419
"capabilities": {
423420
"untrustedWorkspaces": {
424421
"supported": true
425422
}
426-
}
423+
},
424+
"extensionKind": [
425+
"ui"
426+
]
427427
}

0 commit comments

Comments
 (0)