alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

ImportMagic looks for python.pythonPath from settings.json #59

Closed jiun0507 closed 3 years ago

jiun0507 commented 3 years ago

Python extension for VScode is deprecating the python.pythonPath in settings.json. But, ImportMagic seems to still look for python.pythonpath from settings.json. So it gives an error as can be seen from the screen capture below. I couldn't find which part of the code looks for the python.pythonPath.

Screen Shot 2021-03-22 at 5 48 02 PM

https://jaxenter.com/python-vs-code-may-2020-171949.html https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2020-release/ https://github.com/microsoft/vscode-python/issues/11015