Explore and manage your GitHub Copilot CLI workspace (~/.copilot) in VS Code.
- Dedicated explorers for Copilot Core, Agents, Skills, Templates, and MCP
- Create, rename, and delete files or folders under each root
- Open files in the editor with a single click
- Open each root folder in the OS file explorer
- Bidirectional sync between
.copilotand configured folders - Sync respects latest modified timestamps and excludes hidden files
- Toggle MCP servers on or off from the MCP Explorer
Quick access to config.json, copilot-instructions.md, and mcp-config.json, plus a shortcut to open the .copilot folder and bidirectionally sync with a configured folder.
Manage agent files under ~/.copilot/agents, and bidirectionally sync them with a configured folder.
Manage skill files under ~/.copilot/skills, and bidirectionally sync them with a configured folder.
Manage template files under ~/.copilot/copilot-template, including template selection on file creation and bidirectional sync with a configured folder.
View MCP servers from mcp-config.json and toggle them on or off. Disabled servers are stored in mcp-config.disabled.json.
- Ensure
~/.copilotexists andconfig.jsonis valid JSON. - Open Github Copilot CLI Workspace from the Activity Bar.
- Use the view title buttons to add files/folders, open the root folder, or sync with a configured folder.
- Click a file to open it in the editor.
- Copilot Core syncs
copilot-instructions.md,config.json,mcp-config.json, andmcp-config.disabled.json. - Agents, Skills, and Templates sync their respective folders.
This extension does not send any usage data (telemetry).
MIT
