Skip to content

Commit 8722fd6

Browse files
committed
Register a dynamic launch config provider to make Ada appear top-level
Registering a dynamic launch configuration provider makes Ada appear at the top-level of the debug menu alongside other debug providers like Python and Node.JS. This make the Ada extension provide equivalent behavior to other languages in this context.
1 parent ca9f70c commit 8722fd6

File tree

2 files changed

+229
-119
lines changed

2 files changed

+229
-119
lines changed

integration/vscode/ada/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"workspaceContains:*/*.gpr",
2323
"workspaceContains:*.ad[bs]",
2424
"workspaceContains:*/*.ad[bs]",
25-
"workspaceContains:alire.toml"
25+
"workspaceContains:alire.toml",
26+
"onDebugDynamicConfigurations:ada"
2627
],
2728
"main": "./out/src/extension",
2829
"icon": "icons/ada.png",

0 commit comments

Comments
 (0)