Add instructions how to use home system's shell?

This commit is contained in:
Michal Grňo
2020-02-28 20:28:11 +01:00
committed by eszlari
parent b96172f12a
commit 6011182d23
+8
View File
@@ -14,6 +14,14 @@ to access SDKs on your host system!
To execute commands on the host system, run inside the sandbox:
$ flatpak-spawn --host <COMMAND>
To make the Integrated Terminal automatically use the host system's shell,
you can add this to the settings:
{
"terminal.integrated.shell.linux": "/usr/bin/env",
"terminal.integrated.shellArgs.linux": ["--", "flatpak-spawn", "--host", "bash"]
}
This flatpak provides a standard development environment (gcc, python, etc).
To see what's available: