mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-23 13:02:44 +08:00
Update default task
This commit is contained in:
parent
99748a51da
commit
27696d707e
10
.vscode/README.md
vendored
10
.vscode/README.md
vendored
@ -7,14 +7,12 @@
|
|||||||
! Contributors : Nul None <nul@none.org>
|
! Contributors : Nul None <nul@none.org>
|
||||||
! |
|
! |
|
||||||
! Created On : <2025-06-18>
|
! Created On : <2025-06-18>
|
||||||
! Last Modified : <2025-06-18>
|
! Last Modified : <2025-06-19>
|
||||||
! ---------------------------------------------------------- -->
|
! ---------------------------------------------------------- -->
|
||||||
|
|
||||||
> 相信我,有了这个目录,你用 `VS Code` 开发 `chsrc` 会神清气爽。
|
# Dev in VS Code
|
||||||
>
|
|
||||||
> 以此铭记我们被 `VS Code` 满屏警告折磨了一年半的岁月
|
首先需要安装好 [just](https://github.com/casey/just),而不再硬性需要 `make`
|
||||||
>
|
|
||||||
> -- ccmywish
|
|
||||||
|
|
||||||
1. `Ctrl-Shift-B` 直接构建
|
1. `Ctrl-Shift-B` 直接构建
|
||||||
2. `F5` 直接开始 Debug
|
2. `F5` 直接开始 Debug
|
||||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -30,7 +30,7 @@
|
|||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": false
|
||||||
},
|
},
|
||||||
"detail": "使用 just DEBUG=1 build 编译 debug 版"
|
"detail": "使用 just DEBUG=1 build 编译 debug 版"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user