mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
deletions comment
This commit is contained in:
parent
b44f575713
commit
25c2c177b2
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ export class ApprovalCodeLensProvider implements vscode.CodeLensProvider {
|
|||
const diffs: DiffType[] = []
|
||||
for (let suggestedEdit of suggestedEdits) {
|
||||
|
||||
// TODO we need to account for the case when startLine > endLine (pure inserts)
|
||||
// TODO we need to account for this case (deletions)
|
||||
if (suggestedEdit.startLine > suggestedEdit.endLine)
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue