From 27696d707eea46239f525a7265da820428829561 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 19 Jun 2025 13:53:08 +0800 Subject: [PATCH] Update default task --- .vscode/README.md | 10 ++++------ .vscode/tasks.json | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.vscode/README.md b/.vscode/README.md index 62de120..245ad4e 100644 --- a/.vscode/README.md +++ b/.vscode/README.md @@ -7,14 +7,12 @@ ! Contributors : Nul None ! | ! 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 diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5eb4def..51cb7dc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -30,7 +30,7 @@ ], "group": { "kind": "build", - "isDefault": true + "isDefault": false }, "detail": "使用 just DEBUG=1 build 编译 debug 版" },