generated from Riley/Conan-C
12 lines
No EOL
302 B
JSON
12 lines
No EOL
302 B
JSON
// 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": []
|
|
}
|
|
]
|
|
} |