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