Skip to content

Visual Studio Code extension keeps crashing since update to 1.0.18 #6612

Open
@rubin55

Description

@rubin55

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

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

  1. Have Linux
  2. Install VScode
  3. Install Continue extension v1.0.18
  4. 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

Labels

ide:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on Linux

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions