You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Sorry, this question is perhaps rather a flatpak question but it occurred for me in the context of VS Code OSS (thanks for the good work BTW): if I type :
$ flatpak run com.visualstudio.code.oss file1.ml
$ flatpak run com.visualstudio.code.oss file2.ml
I will end up with 2 separate instances of VS Code OSS running instead of file2.ml be also opened in the same process as file1.ml. When using MS' VS Code (as a plain app, not a flatpak), both files are opened in the same editor: is this possible to achieve the same result with VS Code OSS or is it an intrinsic limitation of flatpak?
The text was updated successfully, but these errors were encountered:
Sorry, this question is perhaps rather a flatpak question but it occurred for me in the context of VS Code OSS (thanks for the good work BTW): if I type :
I will end up with 2 separate instances of VS Code OSS running instead of
file2.ml
be also opened in the same process asfile1.ml
. When using MS' VS Code (as a plain app, not a flatpak), both files are opened in the same editor: is this possible to achieve the same result with VS Code OSS or is it an intrinsic limitation of flatpak?The text was updated successfully, but these errors were encountered: