Closed Dante3085 closed 2 days ago
Thank you for the detailed bug report!
Used to be able to just return to the original editor, but now they will open a new editor in the another ViewColumn :(
I'm considering using the bottom panel though, instead of faking one with an editor
Thank you very much for replying. I really appreciate it!
I just tested VSCode 1.95.3
+ agda-mode 0.4.7
and the issue is gone. So, I am not sure whether the issue is the new VSCode version or the latest agda-mode version 0.5.0
.
For everyone who wants to quickly fix it before there is a proper fix: As Mark's answer on this Stack Overflow Question explains, you can right-click on an extension in VSCode's extension tab and install a specific version of it.
Ah! Thanks for the regression testing! Looks like it was my problem after all!
After hours of tracing and bisecting, it's been fixed at last!
How to reproduce
ctrl-c ctrl-n
to open the input field for normalizing an expression.Possible connection with VsCode version
I encountered this problem on my laptop which has the new VsCode version 1.95.3. My other pc didn't have the issue yesterday, but now I checked again and it updated VsCode automatically to that version. Now the issue is there too.
How it looks
Before pressing enter or escape.
After pressing enter or escape.