(_range: Range, _revealType?: TextEditorRevealType | undefined)
| 100 | throw new Error('Method not implemented.'); |
| 101 | } |
| 102 | public revealRange(_range: Range, _revealType?: TextEditorRevealType | undefined): void { |
| 103 | this._revealCallback(); |
| 104 | } |
| 105 | public show(_column?: ViewColumn | undefined): void { |
| 106 | throw new Error('Method not implemented.'); |
| 107 | } |
no outgoing calls
no test coverage detected