Continue Setup
Continue is an open-source AI code assistant extension for VS Code and JetBrains IDEs.Prerequisites
- VS Code or JetBrains IDE installed
- Continue extension installed from VS Code Marketplace or JetBrains Marketplace
- Your API key and endpoint URL from admin
Setup
Open Continue Config
Press
Cmd+L to open Continue sidebar, then click the gear icon to open settings.This opens ~/.continue/config.yaml.Select Local Config
In Continue panel, check the top-right for config source dropdown. Make sure it says “Local Config” not “Google Cloud” or any team config.
Multiple Models
You can configure multiple models:Available Models
| Model ID | Description |
|---|---|
claude-opus-4-5-20250514 | Most capable, complex tasks |
claude-sonnet-4-5-20250514 | Fast, great for coding |
Troubleshooting
405 Method Not Allowed
405 Method Not Allowed
- Make sure
apiBaseends with/v1 - Use
provider: openainotprovider: anthropic
No models configured
No models configured
- Add
roles:field to your model config (chat, edit, apply) - Reload VS Code after config changes
Using wrong config
Using wrong config
- Check Continue panel top-right - select “Local Config”
- Disable any Google Cloud or team integrations
Config not loading
Config not loading
- Ensure YAML syntax is valid (use a YAML validator)
- Restart VS Code after config changes