Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flatpak-warning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ To get support for additional languages or tools within the Flatpak, you have to

$ flatpak install flathub org.freedesktop.Sdk.Extension.dotnet
$ flatpak install flathub org.freedesktop.Sdk.Extension.golang
$ FLATPAK_ENABLE_SDK_EXT=dotnet,golang flatpak run com.visualstudio.code
$ flatpak install flathub org.freedesktop.Sdk.Extension.podman
$ FLATPAK_ENABLE_SDK_EXT=dotnet,golang,podman flatpak run com.visualstudio.code

Similarly for shells and other tools:

$ flatpak install com.visualstudio.code.tool.fish
$ flatpak install com.visualstudio.code.tool.podman

You can use

Expand Down