Skip to content

Commit 20930e0

Browse files
committed
fixup!
1 parent 72258d7 commit 20930e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/threads.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ export class Thread implements IVariableStoreLocationProvider {
732732
line: preferred.lineNumber,
733733
column: target.start,
734734
endLine: preferred.lineNumber,
735-
columnNumber: target.start + target.end,
735+
endColumn: target.start + target.end,
736736
};
737737
})
738738
.filter(truthy);

0 commit comments

Comments
 (0)