Skip to content

Instantly share code, notes, and snippets.

View KuaJnio's full-sized avatar

Romain DUPONT KuaJnio

  • OVHcloud
  • Rennes, France
  • 09:10 (UTC +02:00)
View GitHub Profile
@firsttris
firsttris / Bazzite-VSCode-Dev-Setup.md
Last active June 9, 2026 11:48
A technical guide to bridging the Flatpak sandbox for VS Code on Bazzite. It covers using host-spawn for Podman Dev Container support and configuring D-Bus permissions for KWallet/Copilot integration.

VS Code Flatpak Setup: Podman & KWallet (Bazzite/KDE)

This guide explains how to grant the Flatpak version of Visual Studio Code access to Podman (for Dev Containers) and the KWallet keyring (for GitHub Copilot) on Bazzite KDE.

1. Enabling Podman for Flatpak VS Code

Since VS Code runs in a sandbox, it cannot directly access the host's Podman binary. We use host-spawn to bridge this gap.

Binary Preparation