Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

"Go to Symbol in Workspace..." errors out for scikit-learn #137

@brettcannon

Description

@brettcannon

microsoft/vscode-python#2637

Check out scikit-learn, open a Python file to start the extension, hit ctrl+t and search for KMeans. You should end up in sklearn/cluster/k_means_.py at the class KMeans class. But instead you end up with an error of:

[Error - 3:48:02 PM] Request workspace/symbol failed.
  Message: Object reference not set to an instance of an object.
  Code: -32000 
[object Object]

I tried setting "python.analysis.logLevel": "Trace" but I didn't see anything useful to help with this.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions