Update README.md

This commit is contained in:
vczh
2026-02-05 16:43:04 -08:00
parent 8c1237c6d0
commit c2acd80ce7

View File

@@ -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.