-
Notifications
You must be signed in to change notification settings - Fork 340
Add documentation of environment variables #15095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
looks like your session timed out. Try again. |
@copilot try one more time. |
- Document all VSTEST_* environment variables found in codebase - Organize by category (debug, timeout, diagnostics, feature flags, etc.) - Include descriptions, examples, and usage notes - Add to README and table of contents - Addresses issue #5065 Co-authored-by: nohwnd <5735905+nohwnd@users.noreply.github.com>
I've now created comprehensive environment variables documentation as requested in issue #5065. The documentation includes all 40+ VSTEST_* environment variables found in the codebase, organized by category with detailed descriptions, examples, and usage notes. Added in commit 45467fe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot, apply the suggestions please.
Co-authored-by: nohwnd <5735905+nohwnd@users.noreply.github.com>
Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.
Original issue description:
Fixes #5065.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.