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 buginfo-neededIssue requires more information from posterIssue requires more information from poster
Milestone
Description
- Enable analysis engine on Mac
- Reload VS Code
- Open a python file with the following code:
import sys
print(sys)
- Hover over
sys
in second line
Observations
dotnet
process uses around 100% CPU- Number of errors are logged in
console window
Work around
- Edit the file
- Save changes
- Hover and intellisense works
- After around 30 seconds, cpu usage of
dotnet
process goes down to <1%
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 buginfo-neededIssue requires more information from posterIssue requires more information from poster