diff --git a/flatpak-warning.txt b/flatpak-warning.txt index 643b61d..a4c70e8 100644 --- a/flatpak-warning.txt +++ b/flatpak-warning.txt @@ -19,15 +19,15 @@ To make the Integrated Terminal automatically use the host system's shell, you can add this to the settings: - { - "terminal.integrated.defaultProfile.linux": "bash", - "terminal.integrated.profiles.linux": { - "bash": { - "path": "/usr/bin/flatpak-spawn", - "args": ["--host", "--env=TERM=xterm-256color", "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). To see what's available: