Skip to content

Intellisense hangs with Loading... #423

@Joshua-Chin

Description

@Joshua-Chin

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:

  • Hover over a function

Output from Console window (Help->Developer Tools menu)

Python Extension: error jediProxy, Error (error) Error: spawn python3 ENOENT null

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!

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugmacos

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions