continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
18.77k stars 1.59k forks source link

"Toggle Full Screen" will cause the Continue panel to malfunction. #1037

Open danny-su opened 7 months ago

danny-su commented 7 months ago

Before submitting your bug report

Relevant environment info

- OS: macOS 14.4.1
- Continue: v0.9.96
- IDE: VS Code 1.87.2

Description

"Toggle Full Screen" will cause the Continue panel to malfunction.

To reproduce

Step 1:

image

Step 2:

image

Step 3:

image

PS: The icon buttons will not work for the Continue panel but will work for the newly opened Continue window (opened by "Toggle Full Screen").

Log output

Nothing.
justinmilner1 commented 7 months ago

I was able to replicate this - I'll start an investigation.

justinmilner1 commented 7 months ago

Update - I've been debugging this, it seems to be a bigger issue than just using the existing toggleFullScreen functionality with an onDidDispose listener.