- 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:
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.
Before submitting your bug report
Relevant environment info
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
Log output