When I right click and try to rename a variable name in Microsoft Visual Studio Code on Mac OS Mojave, it prompts for the new name, I hit enter and nothing happens.
I have Python extension and Latex extension installed.
Usually there are no errors, no nothing.
Sometimes, there's a little box that pops up saying "No Result. No Result".
The python interpreter I selected was a Conda install.
I ensured rope, and pylint were installed.
Expected behaviour: right click > rename symbol > type new name > enter > all instances of variable renamed.
Observed behaviour right click > rename symbol > type new name > enter > variable has same name everywhere, including spot of renaming.