File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change 9
9
"vscode" : " ^1.64.2"
10
10
},
11
11
"categories" : [
12
- " Programming Languages"
12
+ " Programming Languages" ,
13
+ " Extension Packs"
13
14
],
15
+ "extensionPack" : [" webfreak.debug" ],
14
16
"activationEvents" : [
15
17
" onLanguage:ada" ,
16
18
" onLanguage:gpr" ,
417
419
"commands" : [
418
420
{
419
421
"command" : " ada.otherFile" ,
420
- "title" : " Go to other Ada file"
422
+ "title" : " Ada: Go to other file"
421
423
},
422
424
{
423
425
"command" : " ada.subprogramBox" ,
424
- "title" : " Add subprogram box"
426
+ "title" : " Ada: Add subprogram box"
425
427
}
426
428
],
427
429
"keybindings" : [
428
430
{
429
431
"command" : " ada.otherFile" ,
430
- "key" : " Alt+O" ,
431
- "when" : " editorLangId == 'ada' && editorTextFocus"
432
+ "key" : " alt+O" ,
433
+ "when" : " editorLangId == ada && editorTextFocus"
434
+ },
435
+ {
436
+ "command" : " ada.subprogramBox" ,
437
+ "key" : " alt+shift+B" ,
438
+ "when" : " editorLangId == ada && editorTextFocus"
432
439
}
433
- ]
440
+ ],
441
+ "menus" : {
442
+ "commandPalette" : [
443
+ {
444
+ "command" : " ada.otherFile" ,
445
+ "when" : " editorLangId == ada"
446
+ },
447
+ {
448
+ "command" : " ada.subprogramBox" ,
449
+ "when" : " editorLangId == ada"
450
+ }
451
+ ]
452
+ }
434
453
},
435
454
"devDependencies" : {
436
455
"@types/glob" : " 7.2.0" ,
You can’t perform that action at this time.
0 commit comments