Email or username:

Password:

Forgot your password?
Top-level
Dana Fried

@mcc it took me forever to understand why, when I accidentally pressed CTRL-O instead of ALT-O in VS Code, I got a random popup that said that the application was ready and then it became completely unresponsive.

Turns out it was showing the "open file" dialog *behind* the window, but still somehow making it modal. Because Wayland? I dunno.

Now I at least know how to fix it without having to close and restart Code, but it was driving me absolutely nuts for a while.

4 comments
Adriano

@tess @mcc Dialogs opening behind vscode under Wayland are one of the things I've missing-staired, and I hate it.

Josh Simmons

@adriano @tess @mcc fwiw i believe it should actually be fixed in vscode now generally. (as of the may release)

Dana Fried

@dotstdy @adriano it's possible I'm not running on the very latest

Update: no, I'm not; corp has us on February release still. Good to know it will eventually be fixed but sheesh.

Josh Simmons

@tess @adriano you might also need to force it to use the wayland backend, but I'm not sure which of the various hacks I have are currently load-bearing for which bugs. :')

Go Up