()
| 123 | declare module 'vscode' { |
| 124 | interface Position { |
| 125 | toString(): string; |
| 126 | |
| 127 | add(document: vscode.TextDocument, diff: PositionDiff, boundsCheck?: boolean): Position; |
| 128 | subtract(other: Position): PositionDiff; |
no outgoing calls
no test coverage detected