-
Notifications
You must be signed in to change notification settings - Fork 26
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
Cannot open multiple vscode instances #19
Comments
I'm using Fedora Silverblue with Flatpak 1.12.5 and I don't get that error. But trying to open another instance using
That's all the output. It just does nothing after that. I removed the whole condition and left the flatpak run call only. That seemed to work for me. |
I don't use that workflow anymore so sadly cannot verify if that would work for me. |
Thanks for the report - turned out a small adjustment was needed in the code that opens another window in the existing process. According to flathub/com.visualstudio.code#210 (comment) for Flatpak 1.11 and newer, we could simply remove all this complexity. After Fedora 34 EOL this spring (Flatpak 1.10), next time things break, I'll test and if it works, do go ahead and do that. |
Thanks. The change seems to works fine as well. |
Once vscode is opened by
code .
I cannot open another instance of it:The text was updated successfully, but these errors were encountered: