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