Skip to content

Commit 8a8f7bb

Browse files
Mention GPR support in VS Code extension walkthrough
For eng/ide/ada_language_server#1221
1 parent a4f46d2 commit 8a8f7bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

integration/vscode/ada/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,14 +788,25 @@
788788
{
789789
"id": "als-get-stated-setting",
790790
"title": "Set a project file",
791-
"description": "Set the active project file in the `ada.projectFile` setting.\n [Open Settings](command:workbench.action.openSettings)",
791+
"description": "Set the active project file in the ``ada.projectFile`` setting.\n [Open Settings](command:workbench.action.openSettings)",
792792
"media": {
793793
"markdown": "media/settings.md"
794794
},
795795
"completionEvents": [
796796
"onSettingChanged:ada.projectFile"
797797
]
798798
},
799+
{
800+
"id": "als-open-project-file",
801+
"title": "GPR project file support",
802+
"description": "Open the GPR project file you have specified in ``ada.projectFile`` setting. Open the ``Outline`` view to see all the entities (packages, switches...) of your GPR file.",
803+
"media": {
804+
"markdown": "media/settings.md"
805+
},
806+
"completionEvents": [
807+
"onLanguage:gpr"
808+
]
809+
},
799810
{
800811
"id": "als-get-stated-debug",
801812
"title": "Launch and debug",

0 commit comments

Comments
 (0)