I'm troubleshooting an issue with VSCode's Python extension trying to load the wrong version of Python.
I'd like to know how this extension uses the Path variables you give it in its settings. For example, see the picture below:
Intuitively, I assume it uses my environment variables and searches for the package in there, but does it?
I suppose another option is somehow using the interpreter path passed to it earlier:
How does the extension use this Path?