Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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