diff --git a/flatpak-warning.txt b/flatpak-warning.txt index 7810585..d0500f3 100644 --- a/flatpak-warning.txt +++ b/flatpak-warning.txt @@ -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 + +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: