From f307795e5728306c2111e31532fc9369c72170b9 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 18 Jun 2025 22:26:44 +0800 Subject: [PATCH] Add VS Code README --- .vscode/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .vscode/README.md diff --git a/.vscode/README.md b/.vscode/README.md new file mode 100644 index 0000000..62de120 --- /dev/null +++ b/.vscode/README.md @@ -0,0 +1,20 @@ + + +> 相信我,有了这个目录,你用 `VS Code` 开发 `chsrc` 会神清气爽。 +> +> 以此铭记我们被 `VS Code` 满屏警告折磨了一年半的岁月 +> +> -- ccmywish + +1. `Ctrl-Shift-B` 直接构建 +2. `F5` 直接开始 Debug