@@ -19,6 +19,7 @@ This skill helps diagnose and verify VS Code / GitHub Copilot feature compatibil
1919When diagnosing issues, consult these sources for the latest information:
2020
2121### VS Code Release Notes
22+
2223- [ VS Code 1.108 Release Notes] ( https://code.visualstudio.com/updates/v1_108 )
2324- [ VS Code 1.107 Release Notes] ( https://code.visualstudio.com/updates/v1_107 )
2425- [ VS Code 1.106 Release Notes] ( https://code.visualstudio.com/updates/v1_106 )
@@ -31,6 +32,7 @@ When diagnosing issues, consult these sources for the latest information:
3132- [ All VS Code Updates] ( https://code.visualstudio.com/updates )
3233
3334### Copilot Customization Documentation
35+
3436- [ Customization Overview] ( https://code.visualstudio.com/docs/copilot/customization/overview )
3537- [ Custom Instructions] ( https://code.visualstudio.com/docs/copilot/customization/custom-instructions )
3638- [ Custom Agents] ( https://code.visualstudio.com/docs/copilot/customization/custom-agents )
@@ -40,26 +42,31 @@ When diagnosing issues, consult these sources for the latest information:
4042- [ Language Models] ( https://code.visualstudio.com/docs/copilot/customization/language-models )
4143
4244### Agents Documentation
45+
4346- [ Agents Overview] ( https://code.visualstudio.com/docs/copilot/agents/overview )
4447- [ Background Agents] ( https://code.visualstudio.com/docs/copilot/agents/background-agents )
4548- [ Cloud Agents] ( https://code.visualstudio.com/docs/copilot/agents/cloud-agents )
4649
4750### Chat & Tools Documentation
51+
4852- [ Chat Tools] ( https://code.visualstudio.com/docs/copilot/chat/chat-tools )
4953- [ Chat Sessions] ( https://code.visualstudio.com/docs/copilot/chat/chat-sessions )
5054- [ Copilot Chat Context] ( https://code.visualstudio.com/docs/copilot/chat/copilot-chat-context )
5155
5256### Security & Troubleshooting
57+
5358- [ Security Considerations] ( https://code.visualstudio.com/docs/copilot/security )
5459- [ Copilot Issues Wiki] ( https://github.com/microsoft/vscode/wiki/Copilot-Issues )
5560- [ VS Code Settings Reference] ( https://code.visualstudio.com/docs/getstarted/settings )
5661
5762### GitHub Copilot Documentation
63+
5864- [ GitHub Copilot Docs] ( https://docs.github.com/en/copilot )
5965- [ Custom Agents (GitHub)] ( https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/create-custom-agents )
6066- [ Coding Agent] ( https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent )
6167
6268### Community Resources
69+
6370- [ Awesome Copilot Repository] ( https://github.com/github/awesome-copilot )
6471- [ Agent Skills Standard] ( https://agentskills.io/ )
6572- [ Anthropic Skills Repository] ( https://github.com/anthropics/skills )
@@ -113,6 +120,7 @@ When diagnosing issues, consult these sources for the latest information:
113120### Step 1: Check VS Code Version
114121
115122Ask the user to run:
123+
116124```
117125code --version
118126```
0 commit comments