-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Intellisense hangs with Loading...
#423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Working fine until I upgraded to vscode 1.19.0, same problem occurred. Update:After explicitly set the |
Same issue for me. Everything working until I updated...I downgraded my vs code to 1.18.1 to check if it was the VS code update but it still doesn't work in the previous VS code version---I have no python intellisense functionality, just hangs on "loading...". Update:For me, the problem was caused by the |
@Joshua-Chin could you check if all the paths listed on |
All paths listed on my
still results in the bug. |
When you update PATH in the following manner Try the following (this has nothing to do with VS Code anymore): |
Running the command yields:
Both
P.S. Normally, you should append or prepend to |
this is how I fixed this problem: |
Worked for me too! |
Looks like Mac specific, might be improved by #517 |
@MikhailArkhipov so can we considered this verified and waiting a fix? |
I believe yes. With the pending PR on MacOS there will be warning against using |
Also #536 |
Most probably addressed by #536, next update in January. |
Environment data
VS Code version: 1.19.0
Python Extension version: 0.9.0
Python Version: 3.6.3
OS and version: MacOS 10.13.2
Actual behavior
Intellisense hangs indefintely with
Loading...
when hovering over a function.Expected behavior
Intellisense provides documentation about the function.
Steps to reproduce:
Output from
Console window
(Help->Developer Tools menu)Additional Information
I just updated to 0.9.0 and Intellisense stopped workings.
It seems that the extension cannot find python3 on my path. I installed python3 using homebrew in /usr/local/. I prepend /usr/local/ to my PATH in .profile and .zprofile. I also activate my default python3 virtualenv in my .zshrc.
Running python3 programs works in the vscode integrated terminal. This bug occurs regardless of whether I launch vscode from either the terminal or the application folder. This bug may be related to saravanan-k90/python-jedi#9.
Let me know if there's any way I can help!
The text was updated successfully, but these errors were encountered: