mirror of
https://github.com/RubyMetric/chsrc
synced 2025-08-16 01:49:32 +08:00
19 lines
664 B
Markdown
19 lines
664 B
Markdown
<!-- -----------------------------------------------------------
|
||
! SPDX-License-Identifier: GFDL-1.3-or-later
|
||
! -------------------------------------------------------------
|
||
! Doc Type : Markdown
|
||
! Doc Name : (for VS Code users) README.md
|
||
! Doc Authors : Aoran Zeng <ccmywish@qq.com>
|
||
! Contributors : Nul None <nul@none.org>
|
||
! |
|
||
! Created On : <2025-06-18>
|
||
! Last Modified : <2025-06-20>
|
||
! ---------------------------------------------------------- -->
|
||
|
||
# Dev in VS Code
|
||
|
||
首先需要安装好 [just](https://github.com/casey/just),而不再硬性需要 `make`
|
||
|
||
1. `Ctrl-Shift-B` 直接构建
|
||
2. `F5` 直接开始 Debug
|