🚨 Warning: This is an unofficial Flatpak build of Visual Studio Code, generated from the official Microsoft-built .deb packages [here](https://github.com/flathub/com.visualstudio.code/blob/master/com.visualstudio.code.yaml#L103).
- [Execute commands in the host system.](#execute-commands-in-the-host-system)
- [Use host shell in the integrated terminal.](#use-host-shell-in-the-integrated-terminal)
- [Support for language extension.](#support-for-language-extension)
- [Support](#support)
## Usage
Most functionality works out of the box, though please note that flatpak runs in an isolated environment and some work is necessary to enable those features.
### Execute commands in the host system.
To execute commands on the host system, run inside the sandbox:
For that go to `File -> Preferences -> Settings` and find `Features > Terminal > Integrated > Profiles`, then click on `Edit in settings.json` (The important thing here is to open settings.json)
Some Visual Studio extension depends on packages that might exist on your host, but they are not accessible thought Flatpak. Like support to programming languages: gcc, python, etc..