Open
Description
Edit by @Patrick-Erichsen
Temporary solution is what @ivanhercaz has recommended:
Removing .continue (really renaming it to not lose it), starting VSCode with Continue 1.0.18 and once it starts without issues, copying my previous configuration file, make it work.
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Arch Linux
- Continue version: 1.0.18
- IDE version: VSCode 1.102.0
- Model: Codestral
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Codestral
provider: mistral
model: codestral-latest
roles:
- chat
- edit
- apply
- autocomplete
apiKey: <KEY>
- name: Deepcoder
provider: ollama
model: deepcoder:latest
roles:
- chat
- edit
- apply
- autocomplete
- name: Devstral
provider: ollama
model: devstral:latest
roles:
- chat
- edit
- apply
- autocomplete
- name: Magistral
provider: ollama
model: magistral:latest
roles:
- chat
- edit
- apply
- autocomplete
- name: Nomic Embed
provider: ollama
model: nomic-embed-text:latest
roles:
- embed
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
Description
Since upgrading the Continue Visual Studio Code extension to version 1.0.18, the vscode extension host keeps crashing. Disabling the Continue extension stops the extension host from crashing, but also disables Continue for me.
Note that I checked main, exthost and exthost-worker logs and can't see any root reason. All I know is that disabling Continue stops the crashing. I couldn't find any continue extension logs.
To reproduce
- Have Linux
- Install VScode
- Install Continue extension v1.0.18
- observe extension host crashing
Log output
2025-07-14 11:10:37.231 [info] Extension host with pid 205685 exited with code: 133, signal: unknown.
2025-07-14 11:10:37.232 [error] [UtilityProcess id: 10, type: extensionHost, pid: 205685]: crashed with code 133 and reason 'crashed'
Metadata
Metadata
Assignees
Labels
Type
Projects
Status