You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ysBach, sfunkho, elliott-beach, haifzhan and acabrerisso