Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 778 Bytes

File metadata and controls

31 lines (19 loc) · 778 Bytes

VS Code (GitHub Copilot agent)

VS Code supports MCP servers for Copilot coding agents (workspace or user scope).

Workspace (recommended)

Copy mcp.json into your repo:

mkdir -p .vscode
cp mcp.json .vscode/mcp.json

Reload the window (Developer: Reload Window) if MCP tools do not show up.

User settings

Merge the continuewith block from ../mcp.json into your VS Code MCP configuration (same mcpServers shape as Cursor).

Skills

VS Code agent skills vary by setup. Prefer MCP tools, or paste skill markdown from ../skills/ into your project's agent instructions.

CLI fallback

npx continuewith@latest add
npx continuewith@latest verify

Docs: https://continuewith.ai/docs/agents