You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/vscode/ada/package.json
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -788,14 +788,25 @@
788
788
{
789
789
"id": "als-get-stated-setting",
790
790
"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)",
792
792
"media": {
793
793
"markdown": "media/settings.md"
794
794
},
795
795
"completionEvents": [
796
796
"onSettingChanged:ada.projectFile"
797
797
]
798
798
},
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.",
0 commit comments