Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.57.1
- OS Version: Window 1019042.1052 -> remote to Ubuntu 18.04
Issue: Intellisence does not work on remote Python interpreter
Steps to Reproduce:
- connect to remote VSCode host via remote ssh
- create Python file "script.py"
- type "import numpy"
- type "numpy."
- press ctrl+space
6 Intellisence not working ("Loading..." appears forever)
This issue does not happen if working on the local machine
I have tried all Python language servers with the same result