mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 21:33:23 +08:00
Add VS Code debug launch
This commit is contained in:
17
.vscode/tasks.json
vendored
17
.vscode/tasks.json
vendored
@@ -17,6 +17,23 @@
|
||||
},
|
||||
"detail": "使用 just build 编译"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "构建 debug 版 chsrc",
|
||||
"command": "just",
|
||||
"args": ["DEBUG=1", "build"],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"detail": "使用 just DEBUG=1 build 编译 debug 版"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "测试 chsrc",
|
||||
|
Reference in New Issue
Block a user