How to close a window that's in full screen mode? #3752
Unanswered
dandavison
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to close a vscode window with that's in vscode's "zen" mode and is therefore full-screened (the traditional Mac full screen style, not the newer sort that uses a Desktop).
win:close()is not doing anything. However, if I take the window out of full-screen mode,win:close()works as expected. I've tried the following, but none of them seem to take it out of full screen:Can anyone suggest how to do this?
Beta Was this translation helpful? Give feedback.
All reactions