microsoft / microsoft/vscode-java-debug

Support canceling a debug request from the client

Open
#694 1 comment 1 reaction 1 assignee View on GitHub

@testforstephen is already working on this.

Since Dec 2, 2021.

ai-triaged DAP enhancement
Dominant language
TypeScript
Stars
591
Forks
429
Avg merge
1d 9h
Merged PRs (30d)
19

Description

https://code.visualstudio.com/updates/v1_39#_cancellation-support

In the 1.39, vscode added cancellation support in DAP. It tells the server that the client is no longer interested in the response of a previous request. This is potentially useful for time-consuming requests like evaluation, stacktrace, scopes, and variables.

Let's investigate whether this is possible with JVM.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.