I did a thing! A vscode extension that lets you escape the Flatpak sandbox to develop on the host. I'll blog about it soon :)

https://github.com/ryanabx/vscode-flatpak-host-remote

While I think this is pretty neat, there are a few downsides, like the file chooser becoming the remote file chooser instead of the nice XDP one, and the extension itself is currently using proposal APIs from VScode, so I can't publish the extension :(

https://github.com/microsoft/vscode/issues/148316

Are there plans to expose the Resolvers interface? · Issue #148316 · microsoft/vscode

https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.resolvers.d.ts

GitHub