forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Environment data
- VS Code version:1.29.1
- Extension version (available under the Extensions sidebar): 2018.11.0
- OS and version: Mac OS 10.14
- Python version (& distribution if applicable, e.g. Anaconda): python 3.6.6 anaconda 3
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
- Relevant/affected Python packages and their versions: tensorflow 1.12.0
Actual behavior
Hi, the vscode couldn't auto-complete some symbols correctly in some specific environment.
but jedi can complete that correctly. besides. in my another python environment with tensorflow 1.11.0.both jedi and Microsoft python server goes well.Expected behavior
the Microsoft python server can go well with tensorflow 1.12.0
Steps to reproduce:
- XXX
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
XXX
Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)
XXX
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
