Skip to content

Errors in refactoring incorrectly causes Python extension to prompt installation of Rope #613

@fbkarsdorp

Description

@fbkarsdorp

Environment data

VS Code version: 1.19.2
Python Extension version: 0.9.1
Python Version: 3.6.4 (Anaconda distribution)
OS and version: macOS 10.13.2

Actual behavior

Although rope is installed system-wide, vscode keeps asking to install rope whenever I try to refactor some code. The error goes away when I change the default python path from

"python.pythonPath": "python"

to an absolute path in the workspace settings. Btw, this only affects rope, and not any of the other python libraries (like Jedi, etc).

Expected behavior

Not asking to install rope, but importing the rope library that corresponds to the python version on the default Python path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions