for some reason LinuxMint does not come with Tkinter so I always have to run:
sudo apt-get install python3-tk
in order to get Tkinter on Linux Mint (and I indeed can run Tkinter apps from my Terminal)
With that being said, now I'm not only using VSCode (which installs its own interpreters) but it's Flatpak Version so I'm stumped.
With a flatpak, the point is to sandbox the software so wouldn't choosing a system interpreter be the opposite of what I would want to do?
If so, how do I install Tkinter to a interpreter that is built-in to VSCode if its not available on pip? or is it? I'm lost.