Skip to content

Continue becomes unresponsive after a few seconds #4620

@ma3me

Description

@ma3me

Before submitting your bug report

Relevant environment info

- OS: MacOS 15.3.2 (24D81)
- Continue version: 1.0.3
- IDE version: Version: 1.98.1
- Model: Ollama different ones like llama3.3:70b-instruct-q5_K_M or qwq:32b-fp16
- config:
  
{
  "models": [
    {
      "title": "DeepSeek-R1 70B Q4",
      "provider": "ollama",
      "model": "deepseek-r1:70b-llama-distill-q4_K_M"
    },
    {
      "title": "Llama 3.3 70B Instruct Q5",
      "provider": "ollama",
      "model": "llama3.3:70b-instruct-q5_K_M"
    },
    {
      "title": "Llama 3.3 70B Instruct Q6",
      "provider": "ollama",
      "model": "llama3.3:70b-instruct-q6_K"
    },
    {
      "title": "Llama 3.3 70B Instruct Q8",
      "provider": "ollama",
      "model": "llama3.3:70b-instruct-q8_0"
    },
    {
      "title": "qwq:32b-fp16",
      "provider": "ollama",
      "model": "qwq:32b-fp16"
    }
  ],
  "chatModel": {
    "title": "qwq:32b-fp16"
  },
  "tabAutocompleteModel": {
    "title": "DeepSeek-Coder-V2 16B",
    "provider": "ollama",
    "model": "deepseek-coder-v2:16b"
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    },
    {
      "name": "test",
      "description": "Generate unit tests for the current file"
    },
    {
      "name": "deploy",
      "description": "Generate a deployment script for the current project"
    }
  ],
}
  
  OR link to assistant in Continue hub:

Description

This issue only happens since a few days in a spring boot project. Other projects are not affected. After I opened the project everything works for a while. Then the continue functionality becomes unresponsive. I can't chat, I can't open the continues settings, etc. As a side effect I can't copy text from vs code editors. I reduced the config already and removed for example the embeddingsProvider. I could not get ride of the issue.

To reproduce

  1. Open VS Code
  2. Open Spring Boot Application
  3. Wait a few seconds

Log output

As it seems the most relevant log, here is the renderer.log from the VS Code logs:

2025-03-12 18:01:25.820 [info] Started local extension host with pid 4348.
2025-03-12 18:01:26.114 [info] Settings Sync: Account status changed from uninitialized to unavailable
2025-03-12 18:01:26.665 [warning] Authentication provider continue was not declared in the Extension Manifest.
2025-03-12 18:01:28.582 [info] [perf] Render performance baseline is 9ms
2025-03-12 18:01:49.874 [info] Extension host (LocalProcess pid: 4348) is unresponsive.
2025-03-12 18:01:50.291 [info] UNRESPONSIVE extension host: starting to profile NOW
2025-03-12 18:01:55.320 [error] 
	 at wasm-function[37] (wasm://wasm/000b54aa:1:21980)
	 at wasm-function[84] (wasm://wasm/000b54aa:1:69439)
	 at wasm-function[87] (wasm://wasm/000b54aa:1:78382)
	 at wasm-function[234] (wasm://wasm/000b54aa:1:145089)
	 at js-to-wasm:iii:i (wasm://wasm/000b54aa:1:117851)
	 at parse (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:124249:20)
	 at codeChunker (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:562289:28)
2025-03-12 18:01:55.320 [error] 
	 at wasm-function[84] (wasm://wasm/000b54aa:1:69439)
	 at wasm-function[87] (wasm://wasm/000b54aa:1:78382)
	 at wasm-function[234] (wasm://wasm/000b54aa:1:145089)
	 at js-to-wasm:iii:i (wasm://wasm/000b54aa:1:117851)
	 at parse (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:124249:20)
	 at codeChunker (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:562289:28)
2025-03-12 18:01:55.320 [error] 
	 at wasm-function[49] (wasm://wasm/000b54aa:1:34501)
	 at wasm-function[24] (wasm://wasm/000b54aa:1:10272)
	 at wasm-function[23] (wasm://wasm/000b54aa:1:10039)
	 at wasm-function[234] (wasm://wasm/000b54aa:1:145089)
	 at js-to-wasm:iii:i (wasm://wasm/000b54aa:1:117851)
	 at parse (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:124249:20)
	 at codeChunker (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:562289:28)
2025-03-12 18:01:55.320 [error] 
	 at wasm-function[119] (wasm://wasm/000b54aa:1:100468)
	 at wasm-function[86] (wasm://wasm/000b54aa:1:75979)
	 at wasm-function[234] (wasm://wasm/000b54aa:1:145089)
	 at js-to-wasm:iii:i (wasm://wasm/000b54aa:1:117851)
	 at parse (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:124249:20)
	 at codeChunker (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:562289:28)
2025-03-12 18:01:55.320 [error] 
	 at wasm-function[15] (wasm://wasm/000b54aa:1:6606)
	 at wasm-function[84] (wasm://wasm/000b54aa:1:69439)
	 at wasm-function[87] (wasm://wasm/000b54aa:1:78382)
	 at wasm-function[234] (wasm://wasm/000b54aa:1:145089)
	 at js-to-wasm:iii:i (wasm://wasm/000b54aa:1:117851)
	 at parse (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:124249:20)
	 at codeChunker (file:///Users/ma3me/.vscode/extensions/continue.continue-1.0.3-darwin-arm64/out/extension.js:562289:28)

Metadata

Metadata

Assignees

Labels

area:chatRelates to chat interfacekind:bugIndicates an unexpected problem or unintended behaviorneeds-triageos:macHappening specifically on Mac

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions