()
| 58 | } |
| 59 | |
| 60 | private enableDebugLog() { |
| 61 | this.active = true; |
| 62 | this.disposableSelection = window.onDidChangeTextEditorSelection( |
| 63 | this.logBranchTypes |
| 64 | ); |
| 65 | } |
| 66 | |
| 67 | private disableDebugLog() { |
| 68 | this.active = false; |
no outgoing calls
no test coverage detected