Skip to content
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

Make it possible to cancel a download operation #37

Closed
WasabiFan opened this issue Sep 5, 2017 · 2 comments
Closed

Make it possible to cancel a download operation #37

WasabiFan opened this issue Sep 5, 2017 · 2 comments
Assignees

Comments

@WasabiFan
Copy link
Member

Right now, if you begin a download operation and then decide you want to cancel it, you must somehow kill the session. There should be an option to cancel the download (workspace command, status bar item, etc.). This would likely be implemented as a short-circuit between individual file copy operations.

@markcrosbie
Copy link

@dlech
Copy link
Member

dlech commented Oct 18, 2017

Currently, downloads are implemented as a command rather than a task, so no, that won't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants