Skip to content

Commit 27696d7

Browse files
committed
Update default task
1 parent 99748a5 commit 27696d7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.vscode/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
! Contributors : Nul None <[email protected]>
88
! |
99
! Created On : <2025-06-18>
10-
! Last Modified : <2025-06-18>
10+
! Last Modified : <2025-06-19>
1111
! ---------------------------------------------------------- -->
1212

13-
> 相信我,有了这个目录,你用 `VS Code` 开发 `chsrc` 会神清气爽。
14-
>
15-
> 以此铭记我们被 `VS Code` 满屏警告折磨了一年半的岁月
16-
>
17-
> -- ccmywish
13+
# Dev in VS Code
14+
15+
首先需要安装好 [just](https://github.com/casey/just),而不再硬性需要 `make`
1816

1917
1. `Ctrl-Shift-B` 直接构建
2018
2. `F5` 直接开始 Debug

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"group": {
3232
"kind": "build",
33-
"isDefault": true
33+
"isDefault": false
3434
},
3535
"detail": "使用 just DEBUG=1 build 编译 debug 版"
3636
},

0 commit comments

Comments
 (0)