Skip to content

Commit 88bc8d1

Browse files
committed
Merge branch 'topic/vscode-tasks' into 'master'
Adjust walkthrough completion event See merge request eng/ide/ada_language_server!1671
2 parents d4bbb6d + f35002a commit 88bc8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/vscode/ada/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,8 @@
885885
"markdown": "media/build.md"
886886
},
887887
"completionEvents": [
888-
"onCommand:workbench.action.tasks.runTask"
888+
"onCommand:workbench.action.tasks.runTask",
889+
"onCommand:workbench.action.tasks.build"
889890
]
890891
},
891892
{

0 commit comments

Comments
 (0)