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

Support cancel request #186

Closed
isidorn opened this issue Jun 6, 2018 · 0 comments
Closed

Support cancel request #186

isidorn opened this issue Jun 6, 2018 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@isidorn
Copy link

isidorn commented Jun 6, 2018

Currently there is no way for the vscode UI to notify a debug adapter to cancel a long running request.
Some adapters could potentially support it and we should consider to add this to the protocol.

Example:

  1. VSCode sends out a variables request which takes many hours to complete
  2. User sees the spinning in the variables view and presses "Step over"
  3. This action should cancel the original variables request, however currently there is no way for vscode to tell the debug adapter to stop what it is currently doing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants