Rope refactoring is failing after reading third party files from node_modules
#13876
Labels
bug
Issue identified by VS Code Team member as probable bug
investigating
We are looking into the cause of the issue
verified
Verification succeeded
Milestone
I am trying to rename a symbol in one of my first party files using F2 command. It used to work until I added
node_modules
to my project with some package that has its own Python source file that is causing some kind of parse error.rope
should not be looking at files innode_modules/
directory. I believe VS Code knows that this folder is third party code, because it is grayed out in the file browser.Environment data
python.languageServer
setting: JediExpected behaviour
Rope should ignore
node_modules
and symbol rename should succeed.Actual behaviour
Refactoring of Python code in my project fails.
Steps to reproduce:
Installing offending package should cause this issue:
The text was updated successfully, but these errors were encountered: