chsrc/.vscode
Mikachu2333 5e679b1c33
Update VS Code settings to avoid auto format (#239)
2025-08-07 20:25:28 +08:00
..
README.md Update doc 2025-06-20 08:13:20 +08:00
c_cpp_properties.json Add `.vscode` 2025-06-18 19:05:51 +08:00
extensions.json Update extensions 2025-06-28 16:29:18 +08:00
launch.json Update launch configurations 2025-07-14 22:46:40 +08:00
settings.json Update VS Code settings to avoid auto format (#239) 2025-08-07 20:25:28 +08:00
tasks.json Update tasks 2025-07-14 22:46:25 +08:00

Dev in VS Code

首先需要安装好 just,而不再硬性需要 make

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