bilelmoussaoui / flatpak-vscode

Integrate Flatpak with VSCode
MIT License
90 stars 12 forks source link
flatpak flatpak-builder flatpak-vscode visual-studio-code-extension

VSCode + Flatpak Integration

CI Visual Studio Marketplace Installs Matrix Chat

A simple VSCode extension that detects a Flatpak manifest and offers various commands to build, run, and export a bundle.

Download

Requirements

If you're using Fedora Silverblue, it is recommended to install org.flatpak.Builder through flatpak install org.flatpak.Builder. However, layering flatpak-builder through rpm-ostree install flatpak-builder is still possible. The extension would use the host flatpak-builder by default and fallback to the flatpak-installed org.flatpak.Builder.

Commands

Integrations

Other extensions like rust-analyzer and vala mostly works better if it integrates with the Flatpak runtime. Some integrations may prevent rebuilds or requiring to install dependencies in the host. If you want to contribute on adding an integration, see CONTRIBUTING.

Meson Build

Rust Analyzer

Vala

Contributing

Click here to find out how to contribute.