mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-29 07:52:47 +08:00
Update tasks.json
according to the new justfile
This commit is contained in:
parent
168cce314f
commit
789240dd2f
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@ -4,7 +4,9 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"label": "构建 chsrc",
|
"label": "构建 chsrc",
|
||||||
"command": "just",
|
"command": "just",
|
||||||
"args": ["build"],
|
"args": [
|
||||||
|
"build"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
@ -21,7 +23,9 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"label": "构建 debug 版 chsrc",
|
"label": "构建 debug 版 chsrc",
|
||||||
"command": "just",
|
"command": "just",
|
||||||
"args": ["DEBUG=1", "build"],
|
"args": [
|
||||||
|
"build-in-debug-mode"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
@ -32,13 +36,15 @@
|
|||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": false
|
"isDefault": false
|
||||||
},
|
},
|
||||||
"detail": "使用 just DEBUG=1 build 编译 debug 版"
|
"detail": "使用 just build-in-debug-mode 编译 debug 版"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"label": "测试 chsrc",
|
"label": "测试 chsrc",
|
||||||
"command": "just",
|
"command": "just",
|
||||||
"args": ["test"],
|
"args": [
|
||||||
|
"test"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}"
|
"cwd": "${workspaceFolder}"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user