vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Support canceling a debug request from the client

Open akaroml opened this issue 6 years ago • 1 comments

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.

akaroml avatar Oct 23 '19 07:10 akaroml