microsoft / microsoft/vscode-java-debug
Support canceling a debug request from the client
オープン
@testforstephen がすでに取り組んでいます。
2021年12月2日 から。
ai-triaged
DAP
enhancement
- 主要言語
- TypeScript
- スター
- 591
- フォーク
- 429
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 19
説明
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.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。