I was searching for Visual Studio Code on the Flathub website, and I found it at this link: https://flathub.org/en/apps/com.visualstudio.code. However, I've installed Flatpak on my Debian Trixie and added the Flathub repository (dl.flathub.org), but when I search for 'vscode' in the package manager, it doesn't show up. I'm wondering what the difference is and why I can't find the package in my Debian environment.
1 Answer
You might want to try searching for Visual Studio Code through the command line to see if the issue is related to your graphical package manager. Open a terminal and run `flatpak search vscode`. This way, you can confirm if there's a configuration issue or if Discover is the problem.

I tried that command, but it just returned 'Keine Übereinstimmung gefunden' (no match). What does that mean?