-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wth the port of the vscode of the Visual Studio Code Flatpak to https://github.com/refi64/zypak and other changes, the code we had to find an existing process and create a window in that wasn't working. - Distinguish the host and client Zypak processes, which show up as separate instances of the Flatpak application. The client process isn't suitable for reuse. - Set an explicit environment for 'flatpak enter', since something is making Flatpak's code to read /proc/<pid>/environ not work for the host Zypak process. - When we are just expecting vscode to talk to the existing process, bypass the Zypak wrapper and call the vscode executable directly for speed.
- Loading branch information
Showing
2 changed files
with
86 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters