Category: Python

Category: Python

How to solve the “Unresolved Import Warning” when using Visual Studio Code for Python
May 25, 2020 articles, How To's, Programming, Python siwelke

When using Visual Studio Code as a Python editor,you might encounter the “Unresolved import error” yet the code functions properly and the import is legit. Here are some solutions that worked for me. 1.Set “python.jediEnabled` is `True` in the settings Go to command pallet by pressing CTRL+SHIFT+P Type: Configure Language

Read More