diff --git a/flatpak-warning.txt b/flatpak-warning.txt index 18aefaf..643b61d 100644 --- a/flatpak-warning.txt +++ b/flatpak-warning.txt @@ -20,12 +20,13 @@ you can add this to the settings: { - "terminal.integrated.shell.linux": "/usr/bin/flatpak-spawn", - "terminal.integrated.shellArgs.linux": [ - "--host", - "--env=TERM='xterm-256color'", - "/bin/bash" - ], + "terminal.integrated.defaultProfile.linux": "bash", + "terminal.integrated.profiles.linux": { + "bash": { + "path": "/usr/bin/flatpak-spawn", + "args": ["--host", "--env=TERM=xterm-256color", "bash"] + } + } } This flatpak provides a standard development environment (gcc, python, etc).