Skip to content

Commit 0f9c627

Browse files
committed
Mark our build task as the default build task in tasks.json
This change allows VS Code to choose the correct task to build the project code when the Ctrl+Shift+B hotkey is used.
1 parent 9ef9d38 commit 0f9c627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
{
2525
"taskName": "compile",
26+
"isBuildCommand": true,
2627
"suppressTaskName": true,
2728

2829
// show the output window only if unrecognized errors occur.

0 commit comments

Comments
 (0)