-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update files silently (without opening them) #1
Comments
For now I'd rather not, as there are potential bugs that this would hide (see #2), so I'd like a bit of enforced verification that things are reasonable. In the future as this becomes more stable this might happen. That being said, I believe replace in the search viewlet does the same thing and I don't think there's an option to disable it (I could be wrong there). |
Just a remark on search viewlet's behaviour: I understand it's not there because of possible bugs, but maybe you could let user do decide... at least in the near future as you've said. I really use this feature a lot and I have never encountered any errors though. Plus it's easier to check if changes are correct using git diff tool, than checking 10+ files manually in vscode. |
Any chance you could add this as an optional setting with a severe warning that it might produce errors and that it is the responsibility of the user if they toggle it on? |
Isn't this fixed already? The files do not open for me when I run the command. |
It works great and again a big thanks for that!
It's just a bit annoying that it opens dirty files. If you refactor >20 files, it's a bit distracting.
Could we have some setting (or a separate command), to save all changes silently, without opening the files?
The text was updated successfully, but these errors were encountered: