The python intellisense not working
See original GitHub issueThe VS code details I am using are -
Version: 1.47.2 (user setup) Commit: 17299e413d5590b14ab0340ea477cdd86ff13daf Date: 2020-07-15T18:22:06.216Z Electron: 7.3.2 Chrome: 78.0.3904.130 Node.js: 12.8.1 V8: 7.8.279.23-electron.0 OS: Windows_NT x64 10.0.14393
The python extension version used is v2020.7.94776
Unfortunately I don’t know what triggered this. So I am attaching output log for python extension. I see multiple traceback there but can’t guess whats wrong.
python_extension_output_log.txt
My python configuration looks like -
“python.defaultInterpreterPath”: “C:/Anaconda3/python.exe” “python.formatting.autopep8Path”: “C:/Anaconda3/Scripts/autopep8.exe”, “python.formatting.provider”: “autopep8”, “python.formatting.autopep8Args”: [ “–ignore”, “E302” ], “python.autoComplete.extraPaths”: [ “<some_path>” ], “python.linting.pylintArgs”:` [ “–disable=invalid-name”, “–init-hook”, “import sys; sys.path.append(‘<some_path>’); sys.path.append(‘<some_path_2>’)” ]
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Are you using
jedi
orMicrosoft
(language server)? See what you have for"python.languageServer"
setting.We have recently released a new and more performant language server called Pylance. You can download Pylance from the marketplace and install it alongside the core Python extension. Because our team’s development efforts have shifted to support the new language server, we’d encourage you to try it out. If you try out Pylance and this issue persists, you can open an issue on the pylance-release repo.
@its-Kumar Can you file this issue on
pylance
? https://github.com/microsoft/pylance-release