add debug mode support

This commit is contained in:
Riley 2025-05-09 21:01:36 -05:00
parent 4a3cc010b0
commit c3cbbda2a0
7 changed files with 92 additions and 6 deletions

View file

@ -0,0 +1,12 @@
// filepath: c:\Users\Riley\OneDrive\Documents\Code\C\Conan-C\.vscode\tasks.json
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "${workspaceFolder}/build.bat debug",
"problemMatcher": []
}
]
}