Commit d7b952c
committed
extension: Fix locally unresolved defaultBuildTask
Using a complex VS Code/Codium workspace locally, upon launching Run
Extension for debugging or plain running, this removes the manual prompt
previously described in #13.
So, rather than relying on defaultBuildTask as preLaunchTask, explicitly
(directly) define the latter as the hereby expected build task. This
fixes the issue in the local case of using a complex workspace; i.e.,
made of many project folders holding such isDefault task definitions.
Fixes #13.
Signed-off-by: Marco Miller <marco.miller@ericsson.com>1 parent be99123 commit d7b952c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments