Add Developer Experience docs: debugging, startup performance, and hot reload#464
Add Developer Experience docs: debugging, startup performance, and hot reload#464
Conversation
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
IEvangelist
left a comment
There was a problem hiding this comment.
This PR looks good so far, but let's double check it for accuracy by using the .github/skills/doc-tester/SKILL.md skill. Please also consider all new comments and feedback. @copilot
| <Steps> | ||
|
|
||
| 1. Install the [Aspire VS Code extension](/get-started/aspire-vscode-extension/). | ||
| 1. Open the Command Palette (<kbd>Ctrl+Shift+P</kbd> / <kbd>Cmd+Shift+P</kbd>). |
There was a problem hiding this comment.
Please import the { Kbd } component and use that instead <kbd> throughout this doc.
There was a problem hiding this comment.
Done in cf34df5 — imported { Kbd } from starlight-kbd/components and replaced all three <kbd> instances with <Kbd windows='...' mac='...' /> props.
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
…ading DOTNET_WATCH example Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Doc-tester validation complete (823379b). Two issues were found and fixed:
All internal links, imports, |
fundamentals/debug-aspire-apps.mdx- Debugging guide covering VS Code, Visual Studio, Rider, and other IDEs; selective debugging; Linux debuggingfundamentals/startup-performance.mdx- Performance/startup optimization guide covering NuGet restore, container pull, and app host startupfundamentals/hot-reload.mdx- Watch mode/hot reload guide covering current status, limitations, and workaroundsdocs.topics.tssidebar to include the new pages under Fundamentals<kbd>with<Kbd>component (fromstarlight-kbd/components) indebug-aspire-apps.mdxaspire run --no-dashboard(non-existent CLI flag) fromstartup-performance.mdxWithEnvironment("DOTNET_WATCH", "1")code example fromhot-reload.mdxOriginal prompt
💡 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.