()
| 245 | } |
| 246 | |
| 247 | close() { |
| 248 | setVSCodeContext('github1s:features:gutterBlame:open', false); |
| 249 | this.refreshDisposables.forEach((disposable) => disposable.dispose()); |
| 250 | this.selectionDisposables.forEach((disposable) => disposable.dispose()); |
| 251 | this.opening = false; |
| 252 | } |
| 253 | |
| 254 | toggle() { |
| 255 | return this.opening ? this.close() : this.open(); |
no test coverage detected