continuedev / continuedev/continue
Full-Screen Toggle Mode Focus Issues
@RomneyDa is already working on this.
Since Dec 27, 2024.
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
**OS:** Windows_NT x64 10.0.19045
**Continue version:** 0.8.66
**IDE version:** Visual Studio Code 1.96.2 (user setup)
**Model:** Ollama Qwen 2.5 local 32b coder, Deepseeker v3 (OpenRouter)
Description
Description:
When using Continue.dev in full-screen mode and attempting to handle it as a side menu, an issue arises where follow-up questions stop processing upon losing focus. Additionally, every time focus is shifted away from the extension, a new chat window is automatically opened (actually it jumps to beginning, but had case of new chat window yesterday, today jumping seen, see clip below in my comment). This behavior persists across different models, including Ollama Qwen 2.5 local 32b coder and Deepseeker v3 from OpenRouter, indicating that this might be an extension-specific issue rather than a model-related one.
The issue seems to stem from how focus and window management are handled within the extension when operating in a new window.
To reproduce
Steps to reproduce the problem:
- Open Continue.dev in full-screen mode in VS Code.
- Use the side menu-like functionality while interacting with the extension.
- Ask a follow-up question.
- Switch focus to the main VS Code window.
- Observe the behavior when returning to Continue.dev.
Expected Behavior:
- Follow-up questions continue processing even after losing focus.
- No new chat window is opened when focus is lost.
Actual Behavior:
- The follow-up question stops processing as soon as the focus shifts away from the Continue.dev window.
- A new chat window opens automatically when focus is lost.
Log output
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.