-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate the --unity-launch
flag
#202545
Comments
It was added to make things work a little nicer under unity, I think specifically shift+click opening a new window (but it was a long time ago I added it). It's slightly different to |
Awesome, thanks for the clarification! Guessing the |
--unity-launch
flag--unity-launch
flag
https://aur.archlinux.org/cgit/aur.git/tree/code.desktop?h=visual-studio-code-bin the The fastest fix is to delete the |
Reup of #40986
--unity-launch
appears in the Linux desktop file and is currently undocumented. The flags acts as an alias to--new-window
, forcing a new window to be spawned when opening files.refs:
vscode/src/vs/platform/launch/electron-main/launchMainService.ts
Lines 150 to 152 in c7ea84b
vscode/src/vs/code/electron-main/app.ts
Line 1352 in c7ea84b
https://www.reddit.com/r/linuxquestions/comments/s4hvdv/comment/hsruzir/
The text was updated successfully, but these errors were encountered: