Skip to content

Commit e5ecb9f

Browse files
committed
force correct default category of all commands
1 parent bdd30ce commit e5ecb9f

File tree

3 files changed

+236
-116
lines changed

3 files changed

+236
-116
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
{
1515
"command": "removeFunctionArgumentsTypesInSelection",
16-
"title": "Remove Function Arguments Types in Selection",
17-
"category": "TS Essentials"
16+
"title": "Remove Function Arguments Types in Selection"
1817
},
1918
{
2019
"command": "inspectAcceptedCompletion",
@@ -38,27 +37,27 @@
3837
},
3938
{
4039
"command": "pickAndInsertFunctionArguments",
41-
"title": "Pick and Insert Function Arguments",
42-
"category": "TS Essentials"
40+
"title": "Pick and Insert Function Arguments"
4341
},
4442
{
4543
"command": "goToNodeBySyntaxKind",
46-
"title": "Go to Node by Syntax Kind",
47-
"category": "TS Essentials"
44+
"title": "Go to Node by Syntax Kind"
4845
},
4946
{
5047
"command": "goToNodeBySyntaxKindWithinSelection",
51-
"title": "Go to Node by Syntax Kind Within Selection",
52-
"category": "TS Essentials"
48+
"title": "Go to Node by Syntax Kind Within Selection"
5349
},
5450
{
5551
"command": "insertNameOfCompletion",
56-
"title": "Insert Name of Completion",
57-
"category": "TS Essentials"
52+
"title": "Insert Name of Completion"
5853
},
5954
{
6055
"command": "copyFullType",
6156
"title": "Copy Full Type"
57+
},
58+
{
59+
"command": "pasteCodeWithImports",
60+
"title": "Paste Code with Imports"
6261
}
6362
],
6463
"keybindings": [
@@ -129,7 +128,7 @@
129128
"tsm": "^2.3.0",
130129
"type-fest": "^2.13.1",
131130
"typed-jsonfile": "^0.2.1",
132-
"typescript": "^5.0.2",
131+
"typescript": "5.1.1-rc",
133132
"vite": "^4.1.1",
134133
"vitest": "^0.26.0",
135134
"vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
@@ -147,7 +146,7 @@
147146
"@types/mocha": "^9.1.1",
148147
"@types/pluralize": "^0.0.29",
149148
"@volar/language-server": "1.3.0-alpha.3",
150-
"@volar/language-service": "1.5.0",
149+
"@volar/language-service": "1.6.9",
151150
"@volar/vue-language-core": "^1.2.0-patch.2",
152151
"@vscode/emmet-helper": "^2.8.4",
153152
"@vscode/test-electron": "^2.1.5",

0 commit comments

Comments
 (0)