I’m developing an app with Flutter in VS Code installed with Flatpak. I’m trying to debug the app with Brave, which is also installed with Flatpak. As the apps are sandboxed due to Flatpak they don’t see each other.

Is there a way to make VS Code able to launch Brave in debug mode?

  • @AProfessional
    link
    41 year ago

    You can use flatpak-spawn —host to run any command outside of the container but it’s a bit ugly.