mirror of
https://github.com/helix-editor/helix
synced 2026-07-21 21:24:55 +02:00
b7a18f10d5
Advertise and handle DAP progressStart, progressUpdate, and progressEnd events so adapters can report long-running work without falling back to opaque output. This follows the Debug Adapter Protocol initialize capability and progress event semantics: https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Initialize https://microsoft.github.io/debug-adapter-protocol/specification#Events_ProgressStart https://microsoft.github.io/debug-adapter-protocol/specification#Events_ProgressUpdate https://microsoft.github.io/debug-adapter-protocol/specification#Events_ProgressEnd