This commit is contained in:
Riley 2025-05-09 21:02:52 -05:00
parent b386cd166f
commit b37ec5adf2
8 changed files with 123 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": []
}
]
}