debug
This commit is contained in:
parent
b386cd166f
commit
b37ec5adf2
8 changed files with 123 additions and 6 deletions
12
.vscode-example/tasks.json
Normal file
12
.vscode-example/tasks.json
Normal 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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue