Frequently asked questions about Continue
fetch failed
error and your network requires custom certificates, you will need to configure them in your config file. In each of the objects in the "models"
array, add requestOptions.caBundlePath
like this:
requestOptions.caBundlePath
to an array of paths to multiple certificates.
Windows VS Code Users: Installing the win-ca extension should also correct this issue.
cmd/ctrl
+ ,
to open settings and search for “Proxy Support”. Unless it is set to “off”, then VS Code is responsible for making the request to the proxy.
cmd/ctrl
+ shift
+ P
)HTTP 404 Not Found from https://openrouter.ai/api/v1/chat/completions
Continue: Rebuild codebase index
.
capabilities: ["tool_use"]
to your model config to force tool supporttool_use
is in your capabilitiesimage_input
to capabilitiesconfig.yaml
:
image_input
tool_use
Actions > Choose Boot runtime for the IDE
then selecting the latest version, and then restarting Android Studio. See this thread for details.
@codebase
, @files
, and @folder
, will be disabled.
For more details about this requirement, see the LanceDB issue #2195.
ollama serve
(not just ollama run model-name
)config.yaml
has the correct setup:OLLAMA_HOST=0.0.0.0:11434
/etc/systemd/system/ollama.service
and add under [Service]
:
sudo systemctl restart ollama
%UserProfile%\.wslconfig
:
wsl --shutdown
host.docker.internal
:
172.17.0.1
):
http://
not https://
for local network addresses
.env
files: Place a .env
file in your workspace root directory.env
file in <workspace-root>/.continue/.env
.env
file: Place a .env
file in ~/.continue/.env
for user-wide secrets.env
files.env
file in one of these locations:
<workspace-root>/.env
or <workspace-root>/.continue/.env
~/.continue/.env
.env
file:
secrets
namespace:
${{ inputs.SECRET_NAME }}
syntax in your config.yaml and manage them at https://hub.continue.dev/settings/secrets:
.env
files to version control - add them to .gitignore
.env
file uses standard dotenv format (KEY=value, no quotes needed).env
files take precedence over Hub secrets when both exist.env
file is in the correct location.env
file.env
file has proper line endings (LF, not CRLF on Windows)uses:
syntax. This allows you to reference pre-configured model blocks without duplicating configuration.
config.yaml
, reference model addons using the format provider/model-name
:
~/.continue
directory (%USERPROFILE%\.continue
on Windows).
If you’d like to perform a clean reset of the extension, including removing all configuration files, indices, etc, you can remove this directory, uninstall, and then reinstall.