We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99748a5 commit 27696d7Copy full SHA for 27696d7
.vscode/README.md
@@ -7,14 +7,12 @@
7
! Contributors : Nul None <[email protected]>
8
! |
9
! Created On : <2025-06-18>
10
- ! Last Modified : <2025-06-18>
+ ! Last Modified : <2025-06-19>
11
! ---------------------------------------------------------- -->
12
13
-> 相信我,有了这个目录,你用 `VS Code` 开发 `chsrc` 会神清气爽。
14
->
15
-> 以此铭记我们被 `VS Code` 满屏警告折磨了一年半的岁月
16
17
-> -- ccmywish
+# Dev in VS Code
+
+首先需要安装好 [just](https://github.com/casey/just),而不再硬性需要 `make`
18
19
1. `Ctrl-Shift-B` 直接构建
20
2. `F5` 直接开始 Debug
.vscode/tasks.json
@@ -30,7 +30,7 @@
30
],
31
"group": {
32
"kind": "build",
33
- "isDefault": true
+ "isDefault": false
34
},
35
"detail": "使用 just DEBUG=1 build 编译 debug 版"
36
0 commit comments