Skip to content

Commit f0108de

Browse files
committed
fix: run Build Task if the VSCode C/C++ extension is not installed
there is no registered task type 'cppbuild'
1 parent 9391bc5 commit f0108de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//
1414
{
1515
"label": "Build",
16-
"type": "cppbuild",
16+
"type": "process",
1717
"command": "poetry",
1818
"args": [
1919
"install",

0 commit comments

Comments
 (0)