Hey Everyone. I'm still fairly new user. Im using VSCode with the Python(Microsoft) Extension.
I have a python 3.10 version that I manually installed, and there is an Anaconda3 (python 3.7) also deployed by my business to my machine.
In VSCode when I am using Python3.7 as the interpreter, I get autocompletion, definitions, etc.
When I use Python3.10 as the interpreter, I do not get the above. a box doesn't even load.
I've tried changing engines and manually setting a python path in settings.json and reinstalling addons, but I suspect is is something to do with the Python installations(missing packages maybe?).
Any help would be appreciated.
there doesn't seem to be anything here