Skip to content

Commit 0ad8ce9

Browse files
authored
Contextmenu insource (#106)
Signed-off-by: Gordon Smith <[email protected]>
1 parent 65b0f49 commit 0ad8ce9

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

package.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -213,27 +213,27 @@
213213
{
214214
"command": "wit-idl.syntaxCheck",
215215
"when": "resourceExtname == .wit",
216-
"group": "navigation"
216+
"group": "4_witIdl@10"
217217
},
218218
{
219219
"command": "wit-idl.formatDocument",
220220
"when": "resourceExtname == .wit",
221-
"group": "1_modification@10"
222-
},
223-
{
224-
"submenu": "wit-idl.generateBindings.submenu",
225-
"when": "resourceExtname == .wit || witIdl.isWasmComponent",
226-
"group": "navigation@12"
221+
"group": "4_witIdl@11"
227222
},
228223
{
229224
"command": "wit-idl.extractWit",
230225
"when": "resourceExtname == .wasm && witIdl.isWasmComponent",
231-
"group": "navigation@10"
226+
"group": "4_witIdl@12"
232227
},
233228
{
234229
"command": "wit-idl.extractCoreWasm",
235230
"when": "resourceExtname == .wasm && witIdl.isWasmComponent",
236-
"group": "navigation@11"
231+
"group": "4_witIdl@13"
232+
},
233+
{
234+
"submenu": "wit-idl.generateBindings.submenu",
235+
"when": "resourceExtname == .wit || witIdl.isWasmComponent",
236+
"group": "4_witIdl@14"
237237
}
238238
],
239239
"explorer/context": [
@@ -242,20 +242,25 @@
242242
"when": "resourceExtname == .wit",
243243
"group": "4_witIdl@10"
244244
},
245+
{
246+
"command": "wit-idl.formatDocument",
247+
"when": "resourceExtname == .wit",
248+
"group": "4_witIdl@11"
249+
},
245250
{
246251
"command": "wit-idl.extractWit",
247252
"when": "resourceExtname == .wasm && witIdl.isWasmComponent",
248-
"group": "4_witIdl@11"
253+
"group": "4_witIdl@12"
249254
},
250255
{
251256
"command": "wit-idl.extractCoreWasm",
252257
"when": "resourceExtname == .wasm && witIdl.isWasmComponent",
253-
"group": "4_witIdl@12"
258+
"group": "4_witIdl@13"
254259
},
255260
{
256261
"submenu": "wit-idl.generateBindings.submenu",
257262
"when": "resourceExtname == .wit || witIdl.isWasmComponent",
258-
"group": "4_witIdl@13"
263+
"group": "4_witIdl@14"
259264
}
260265
],
261266
"wit-idl.generateBindings.submenu": [

0 commit comments

Comments
 (0)