-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot rename folder #1414
Comments
This seems like a problem with chokidar, as explained here: paulmillr/chokidar#664 (comment) Unless we switch to an entirely different way of watching files I don't think this is likely to be solved |
@SPGoding What were the problems with vscode's |
There is a We can either figure out how the notification works or use polling in chokidar on Windows. |
Oh... that comes from Spyglass... +1 to fix this |
Reopening because the config is opt-in and this is a common issue people are experiencing. We should look into a better solution in the future. |
I'm having this issue very frequently, can't rename anything with the extension enabled |
Is there a way to enable this useFilePolling option globally? |
No, that's not possible. This workaround is not meant to be a final solution, we plan to fix this issue properly in the future. |
Note
This issue is caused on Windows due to the file watcher we are using. You can try the following workaround:
spyglass.json
in the workspace rootDeveloper: Reload Window
command after pressing Ctrl+Shift+Pproblem.of.DHP.mp4
The text was updated successfully, but these errors were encountered: