By looking up some information, I know that the programs installed by flatpak are all running in the sandbox. Is there a way to make the sandbox environment search for some of the system environment to type content?
The program I want to use in vscode's integrated terminal is located under /usr/libexec/tmp. But the path cannot be searched in vscode's integrated terminal. However, it can be searched in an external terminal and can run programs.
Can you do some configuration in vscode using flatpak installation to accomplish the above goals?
I tried to install Code-OSS using the aur source, and the code-OSS terminal is synchronized with the system terminal environment.
However, Code-OSS cannot log in using a github account.