We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d0fef1 + 96af0fa commit 60d5298Copy full SHA for 60d5298
integration/vscode/ada/package.json
@@ -858,7 +858,19 @@
858
},
859
{
860
"command": "ada.subprogramBox",
861
- "when": "ADA_PROJECT_CONTEXT"
+ "when": "editorLangId == ada"
862
+ }
863
+ ],
864
+ "editor/context": [
865
+ {
866
+ "command": "ada.otherFile",
867
+ "group": "ada",
868
869
+ },
870
871
+ "command": "ada.subprogramBox",
872
873
874
}
875
],
876
"editor/title/run": [
0 commit comments