We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0b47 commit b802be7Copy full SHA for b802be7
.vscode/tasks.json
@@ -37,6 +37,7 @@
37
"-fdiagnostics-color=always",
38
"-g",
39
"${workspaceFolder}\\src\\*.c",
40
+ "${workspaceFolder}\\src\\configuration\\*.c",
41
"-o",
42
"${workspaceFolder}\\src\\bin\\Release\\src.exe",
43
"-s",
0 commit comments