()
| 49 | } |
| 50 | |
| 51 | dispose() { |
| 52 | if (this.disposableConfiguration) { |
| 53 | this.disposableConfiguration.dispose(); |
| 54 | } |
| 55 | if (this.disposableSelection) { |
| 56 | this.disposableSelection.dispose(); |
| 57 | } |
| 58 | } |
| 59 | |
| 60 | private enableDebugLog() { |
| 61 | this.active = true; |
no outgoing calls
no test coverage detected