continue
continue copied to clipboard
Inline edit is broken (Jetbrains 1.0.13, VS Code 1.0.7)
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:
- Continue version: 1.0.13
- IDE version: Pycharm 2025.1
- Model:
- config:
name: config
version: 0.0.1
models:
- name: Gemini 2.0 Flash Lite (LiteLLM)
provider: openai
model: gemini-2.0-flash-lite
contextLength: 1000000
apiBase: "http://127.0.0.1:4000"
roles:
- chat
- edit
- apply
defaultCompletionOptions:
contextLength: 1000000
Description
On version v1.0.13, inline edit mode no longer work. There is no model selection show up in the inline popup, and API call to AI provider returns error.
Reverting to version 1.0.8 by manually dowloading from Jetbrains marketplace makes the feature work again.
To reproduce
No response
Log output