Update default task

This commit is contained in:
Aoran Zeng
2025-06-19 13:53:08 +08:00
parent 99748a51da
commit 27696d707e
2 changed files with 5 additions and 7 deletions

10
.vscode/README.md vendored
View File

@@ -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

2
.vscode/tasks.json vendored
View File

@@ -30,7 +30,7 @@
],
"group": {
"kind": "build",
"isDefault": true
"isDefault": false
},
"detail": "使用 just DEBUG=1 build 编译 debug 版"
},