This commit is contained in:
Johannes Rieken 2021-08-16 15:33:59 +02:00
parent 29a85f4633
commit b3a86e6fee
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

2
src/vs/vscode.d.ts vendored
View file

@ -502,7 +502,7 @@ declare module 'vscode' {
constructor(anchorLine: number, anchorCharacter: number, activeLine: number, activeCharacter: number);
/**
* A selection is reversed if {@link Selection.active active}.isBefore({@link Selection.anchor anchor}).
* A selection is reversed if its {@link Selection.anchor anchor} is the {@link Selection.end end} position.
*/
isReversed: boolean;
}