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 99 "vscode" : " ^1.64.2"
1010 },
1111 "categories" : [
12- " Programming Languages"
12+ " Programming Languages" ,
13+ " Extension Packs"
1314 ],
15+ "extensionPack" : [" webfreak.debug" ],
1416 "activationEvents" : [
1517 " onLanguage:ada" ,
1618 " onLanguage:gpr" ,
417419 "commands" : [
418420 {
419421 "command" : " ada.otherFile" ,
420- "title" : " Go to other Ada file"
422+ "title" : " Ada: Go to other file"
421423 },
422424 {
423425 "command" : " ada.subprogramBox" ,
424- "title" : " Add subprogram box"
426+ "title" : " Ada: Add subprogram box"
425427 }
426428 ],
427429 "keybindings" : [
428430 {
429431 "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"
432439 }
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+ }
434453 },
435454 "devDependencies" : {
436455 "@types/glob" : " 7.2.0" ,
You can’t perform that action at this time.
0 commit comments