Copilot CLI LauncherA VS Code extension that opens Copilot CLI in a new side terminal directly from the editor toolbar. One click, fresh terminal, ready to go. Works on Windows, macOS, and Linux.
Features
Requirements
Installation
How It WorksEach launch creates a new terminal beside the current editor and sends the configured command immediately. Existing terminals are never reused. The launcher prefers the workspace folder of the active editor for the terminal's working directory. If the active editor is outside the workspace, it falls back to the first workspace folder. If Copilot CLI is not installed, the extension shows a guided warning with a one-click option to open a terminal and run the install command. Configuration
Open settings via the Command Palette: Copilot CLI Launcher: Open Settings Examples: Default command:
Windows executable path with spaces:
TroubleshootingCopilot CLI is not foundInstall Copilot CLI globally with npm:
If your setup relies on shell initialization, restart VS Code after installation so new terminals inherit the updated environment. Nothing happens after clicking the buttonCheck the value of Custom executable path on WindowsQuote executable paths that contain spaces, for example: Multi-root workspacesThe launcher uses the workspace folder of the active editor. To control where Copilot CLI starts in a multi-root window, open a file from the target workspace before clicking the toolbar button. PrivacyCopilot CLI Launcher does not collect telemetry, analytics, or personal data. Development
The repository includes unit tests, metadata checks, VS Code integration smoke tests, and CI coverage for Windows and Linux. SupportOpen a GitHub issue for bugs and feature requests. For support details, see SUPPORT.md. LicenseReleased under the MIT License. |