How to install Continue.dev in VS Code
VS Code installed
What this does
Adds the Continue.dev extension to VS Code, providing an AI-assisted coding sidebar that supports local model backends and custom prompts. After completion, the Continue panel appears in the activity bar.
Steps
Open the Extensions view. Press
Ctrl+Shift+X(orCmd+Shift+Xon macOS) to open the marketplace sidebar.Search for "Continue". Type
continuein the search bar. Look for the green robot icon published bycontinue.Click Install. Select the extension and press the Install button. VS Code downloads and installs the package automatically.
Reload VS Code when prompted. A banner may appear asking to reload the window. Click "Reload Required" or manually run "Developer: Reload Window".
Confirm the sidebar appears. A green Continue icon should appear in the Activity Bar on the left side. Clicking it opens the main panel.
Verification
code --list-extensions | Select-String "continue"
# Expected: output containing "continue.continue"
Common failures
- Extension not found in search — The marketplace may be blocked or VS Code is an older build. Run Help > Check for Updates and retry.
- Install button grayed out — VS Code is running in a restricted environment. Check that extension management is not disabled by policy.
- Sidebar not loading after install — A conflicting extension may be active. Disable other AI extensions, reload, and retry.
- Download timeout — Slow network. Try repeating the install or download the
.vsixmanually.
Operator checkpoint
Before treating this as solved, write down the local runtime, model or package version, hardware/backend if relevant, and the verification output. This keeps the guide useful as a Will-It-Run style decision instead of a one-off command transcript.
Operator checkpoint
Before treating this as solved, write down the local runtime, model or package version, hardware/backend if relevant, and the verification output. This keeps the guide useful as a Will-It-Run style decision instead of a one-off command transcript.