Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ flatpak install flathub org.freedesktop.Sdk.Extension.golang
FLATPAK_ENABLE_SDK_EXT=dotnet,golang flatpak run com.visualstudio.code
```

Select the language branch that matches the org.freedesktop.Sdk branch.
To view the current versions installed:

```
flatpak list
```

**Finding other SDK**

`flatpak search <TEXT>`
Expand Down
5 changes: 5 additions & 0 deletions flatpak-warning.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ To get support for additional languages, you have to install SDK extensions, e.g
$ 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

Select the language branch that matches the org.freedesktop.Sdk branch.
To view the current versions installed:

$ flatpak list

You can use

Expand Down