GitHub Copilot saves pages into your Showspace from VS Code or the GitHub Copilot app on your Mac, and it uses all twenty of the app's commands.
GitHub Copilot is GitHub's coding assistant. In VS Code, agent mode edits the files in your open folder and runs tasks for you. The GitHub Copilot app is a separate desktop app where several agent sessions run across repositories, with plans, pull requests and terminals laid out in Canvases.
Both suit developers. The app runs on macOS, Windows and Linux, and the VS Code extension runs on a Mac. Pages land in your Showspace when a session works in that folder on your own disk.
.github/copilot-instructions.md, AGENTS.md or CLAUDE.md in VS Code; App instructions in the Copilot app's settings.github/copilot-instructions.md at your project root. For the GitHub Copilot app, open Settings, then Sessions, and paste it into App instructions under Instructions..vscode/mcp.json in the project.{ "servers": { "lite-computer": { "type": "http", "url": "http://127.0.0.1:48484/mcp" } } }
servers. For every project, run MCP: Open User Configuration and add the same entry there.
copilot mcp add --transport http lite-computer http://127.0.0.1:48484/mcp
Build an interactive page of this project's dependencies: a searchable, sortable table of versions and licenses, a filter for outdated packages, and a chart that animates in. Save it as a single self-contained HTML file in my Showspace, then open it in lite.computer.
AGENTS.md and CLAUDE.md at the project root, so a paragraph you already keep in one of those carries over.Yes. Agent mode in VS Code and the GitHub Copilot app both save HTML pages into your Showspace when they work in that folder on your Mac, and lite.computer shows each one as it lands. One settings entry lets them open pages and arrange windows in the app as well.
Yes. Copilot Free includes agent mode and MCP in VS Code.
For VS Code, in .github/copilot-instructions.md at the root of the project. VS Code also reads AGENTS.md and CLAUDE.md there. For the GitHub Copilot app, open Settings, then Sessions, and paste it into App instructions under Instructions.
Choosing between agents? See Which AI works with lite.computer.
Last checked September 14, 2026.
Still stuck? Write to support@lite.computer.