A VS Code extension that enables remote access to GitHub Copilot chat from mobile, desktop, and web clients.
Install from VS Code Marketplace (coming soon).
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run
Controller for GitHub Copilot: Start - Run
Controller for GitHub Copilot: Copy Connection Info - Use the connection info in your client app
| Setting | Default | Description |
|---|---|---|
githubCopilotController.autoStart |
true |
Auto-start when VS Code opens |
githubCopilotController.port |
3712 |
Port to listen on |
githubCopilotController.authToken |
(auto) | Authentication token |
- VS Code 1.106.1 or higher
- GitHub Copilot extension