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
Rope creates a .ropeproject directory when you invoke it. There was an attempted setting to prevent this in the old Python LSP Server here but it didn't seem to work. It would be nice if it could be told not to create the directory.
The text was updated successfully, but these errors were encountered:
I've opened up a PR in python-lsp/python-lsp-server#604 ; it mimics previously linked python-rope/rope#234 as the culprit is basically that it's not possible to disable .ropeproject due to how the null setting values are handled by pylsp.
Description
Rope creates a
.ropeproject
directory when you invoke it. There was an attempted setting to prevent this in the old Python LSP Server here but it didn't seem to work. It would be nice if it could be told not to create the directory.The text was updated successfully, but these errors were encountered: