continue
continue copied to clipboard
Cannot disable notification: "Failed to connect to local Ollama instance"
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Debian 12
- Continue: 0.8.42
- IDE: VSCode 1.91.1
- Model: -
- config.json:
{
"models": [
{
"title": "codestral:22b-v0.1-q8_0",
"provider": "ollama",
"model": "codestral:22b-v0.1-q8_0"
},
{
"title": "codestral",
"provider": "ollama",
"model": "codestral"
}
],
"customCommands": [
{
"name": "test",
"prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
"description": "Write unit tests for highlighted code"
}
],
"tabAutocompleteModel": {
"title": "codestral",
"provider": "ollama",
"model": "codestral"
},
"allowAnonymousTelemetry": false
}
Description
I sometimes work in parallel with other local AI models which require all VRAM thus I cannot start ollama. This notification shows up constantly, I cannot disable it and it is annoying. I don't want to disable auto-complete because it should work once Ollama runs again.
Related issues: https://github.com/continuedev/continue/issues/1427 https://github.com/continuedev/continue/issues/1202
To reproduce
- Don't start Ollama
- Start VSCode
Log output
No response