Skip to content

Commit a4d7511

Browse files
U722-033: Package Native Debug extension
Using VS Code Extension Pack mechanism. This allows to package the extensions mentioned in package.json when creating the .vsix file.
1 parent d274a05 commit a4d7511

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration/vscode/ada/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"vscode": "^1.64.2"
1010
},
1111
"categories": [
12-
"Programming Languages"
12+
"Programming Languages",
13+
"Extension Packs"
1314
],
15+
"extensionPack": ["webfreak.debug"],
1416
"activationEvents": [
1517
"onLanguage:ada",
1618
"onLanguage:gpr",

0 commit comments

Comments
 (0)