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
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -465,33 +465,36 @@
465
465
{
466
466
"id": "als-get-stated-welcome",
467
467
"title": "Welcome to Ada extension!",
468
-
"description": "This short walkthrough introduces Ada extension.",
468
+
"description": "This short walkthrough introduces the Ada extension.",
469
469
"media": {
470
470
"markdown": "media/welcome.md"
471
471
}
472
472
},
473
473
{
474
474
"id": "als-get-stated-setting",
475
475
"title": "Set a project file",
476
-
"description": "Set active project file in the `ada.projectFile` setting.\n [Open Settings](command:workbench.action.openSettings)",
476
+
"description": "Set the active project file in the `ada.projectFile` setting.\n [Open Settings](command:workbench.action.openSettings)",
477
477
"media": {
478
478
"markdown": "media/settings.md"
479
-
}
479
+
},
480
+
"completionEvents": [
481
+
"onSettingChanged:ada.projectFile"
482
+
]
480
483
},
481
484
{
482
485
"id": "als-get-stated-debug",
483
486
"title": "Launch and debug",
484
-
"description": "Install **Native Debug** extension to run debugger.\n [Install extension](command:workbench.extensions.search)",
487
+
"description": "Use the pre-installed **C/C++** extension to debug Ada code.",
485
488
"media": {
486
489
"markdown": "media/launch-debug.md"
487
490
},
488
491
"completionEvents": [
489
-
"extensionInstalled:webfreak.debug"
492
+
"onCommand:workbench.action.debug.start"
490
493
]
491
494
},
492
495
{
493
496
"id": "als-get-stated-github",
494
-
"title": "Report issues or contribute",
497
+
"title": "Report issues or contribute to the extension",
495
498
"description": "This extension is an open source software. Feel free to [open an issue](https://github.com/AdaCore/ada_language_server/issues) or [contribute on GitHub](https://github.com/AdaCore/ada_language_server/pulls)!",
0 commit comments