Cannot rename a directory in a namespace #1463
Replies: 1 comment
-
This problem is issued by #1414. However, renaming files are possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My workspace is like
As I try to rename
foo
tobaz
, for example, vscode fails to do the operation. It takes quite a while for the notification "Renaming foo to baz...", however it finally comes to an error,Error: EPERM: operation not permitted, rename 'e:\fakepath\foo' -> 'e:\fakepath\baz'
.Is this a bug or something caused by myself? How can I solve this?
Beta Was this translation helpful? Give feedback.
All reactions