chsrc/.vscode
Aoran Zeng 54e13aa77f
Directly at the root dir
2025-06-20 22:57:14 +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 Add VS Code extensions 2025-06-19 18:09:57 +08:00
launch.json Directly at the root dir 2025-06-20 22:57:14 +08:00
settings.json Add format settings 2025-06-19 18:27:58 +08:00
tasks.json Update `tasks.json` according to the new `justfile` 2025-06-20 22:42:52 +08:00

Dev in VS Code

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

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