mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-12 17:48:19 +01:00
dee4b70111
Record the signed line distance from the request cursor line to the suggested edit's range start line (rangeStartLine - cursorLine, 0-based) on the provideInlineEdit (NES) event. Only set when the suggestion targets the active document, so both lines share the same coordinate space; undefined otherwise. Emitted as a measurement so 0 (same line) is preserved. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>