-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
workspace File deletion prompts for SVN removal breaking normal vscode UI flow #487
Labels
Comments
Yeah been using this alot recently. Massvie pain |
JohnstonCode
added a commit
that referenced
this issue
Mar 15, 2019
JohnstonCode
added a commit
that referenced
this issue
Mar 15, 2019
🎉 This issue has been resolved in version 1.47.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Thanks! this appears to be working great. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
workspace file deletions break process flow and pops a dialog asking the user if they want to remove the file from SVN.
Steps to Reproduce
Alternative Steps
Expected Interaction
Instead of popping an SVN dialog immediate the plugin should pop a vscode notification in the bottom right that allows the user to later click Yes/No to delete the file from SVN, or in some other way notifies the user that they have a pending removal that needs to be looked at. The current prompt is a forced flow break but it doesn't pop immediately on deletion because the file scanning happens asynchronously.
The text was updated successfully, but these errors were encountered: