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 b802be7 commit f5f7556Copy full SHA for f5f7556
.vscode/tasks.json
@@ -38,6 +38,7 @@
38
"-g",
39
"${workspaceFolder}\\src\\*.c",
40
"${workspaceFolder}\\src\\configuration\\*.c",
41
+ "${workspaceFolder}\\src\\configuration\\logs\\*.c",
42
"-o",
43
"${workspaceFolder}\\src\\bin\\Release\\src.exe",
44
"-s",
0 commit comments