Skip to content

Commit b802be7

Browse files
committed
fix: vscode c compilation
1 parent 97f0b47 commit b802be7

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
@@ -37,6 +37,7 @@
3737
"-fdiagnostics-color=always",
3838
"-g",
3939
"${workspaceFolder}\\src\\*.c",
40+
"${workspaceFolder}\\src\\configuration\\*.c",
4041
"-o",
4142
"${workspaceFolder}\\src\\bin\\Release\\src.exe",
4243
"-s",

0 commit comments

Comments
 (0)