From a8e9d8284dbb0dce5a369b346c9f316c4ac4fb50 Mon Sep 17 00:00:00 2001 From: vczh Date: Thu, 5 Feb 2026 16:51:53 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2608e85b..a6387845 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ You can copy the whole `.github` folder to your own repo. - Prompt files tell the coding agent how to work with msbuild. - You need to prepare `VLPP_VSDEVCMD_PATH` and `CDBPATH` environment variable - Search in `.github/Scripts` and read comments about them. + - Building/testing/debugging is doable. - Find `settings.example.json` and `tasks.example.json` for references, but prompts do not use `tasks.json`. - Update `.github/Project.md` to describe where the source code is. - `.github/copilot-instructions.md` and `.github/Guidelines` follow the pattern in all repos in this github organization, feel free to change.