Skip to content

New Language Server chewing up CPU and fails on Mac #1393

@DonJayamanne

Description

@DonJayamanne
  • 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

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions