From c2acd80ce7a91d9d586768ea40bfd6b027ac032d Mon Sep 17 00:00:00 2001 From: vczh Date: Thu, 5 Feb 2026 16:43:04 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9026bb7..4c5797f3 100644 --- a/README.md +++ b/README.md @@ -52,7 +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. -- Find `settings.example.json` and `tasks.example.json` for references, but prompts do not use `vstaskscode.json`. +- 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.