Include Rust for VSCodium with Flatpak
~1 minute read
Quick way to install Rust for VSCodium in Flatpak.
There are couple software development kits available as extensions for Flatpak. To list them: flatpak search org.freedesktop.Sdk.Extension
To use rust within the Flatpak environment, you can install the matching SDK extension: flatpak install org.freedesktop.Sdk.Extension.rust-stable
Then, add the environment variable flatpak override --user --env=FLATPAK_ENABLE_SDK_EXT=rust-stable com.vscodium.codium