Skip to content

Commit f5f7556

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

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
@@ -38,6 +38,7 @@
3838
"-g",
3939
"${workspaceFolder}\\src\\*.c",
4040
"${workspaceFolder}\\src\\configuration\\*.c",
41+
"${workspaceFolder}\\src\\configuration\\logs\\*.c",
4142
"-o",
4243
"${workspaceFolder}\\src\\bin\\Release\\src.exe",
4344
"-s",

0 commit comments

Comments
 (0)