reorganize project files
This commit is contained in:
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@@ -63,15 +63,15 @@
|
||||
{
|
||||
"label": "clean",
|
||||
"type": "shell",
|
||||
"command": "rm",
|
||||
"args": ["-rf", "build_debug", "build_release"],
|
||||
"command": "${workspaceFolder}/build",
|
||||
"args": ["clean"],
|
||||
"windows": {
|
||||
"command": "PowerShell",
|
||||
"args": ["-Command", "Remove-Item -Recurse -Force -ErrorAction SilentlyContinue build_debug, build_release"]
|
||||
"command": "${workspaceFolder}/build.exe",
|
||||
"args": ["clean"]
|
||||
},
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "Remove build directories"
|
||||
"detail": "Clean build artifacts via build.c"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user