()
| 65 | } |
| 66 | |
| 67 | private disableDebugLog() { |
| 68 | this.active = false; |
| 69 | if (this.disposableSelection) { |
| 70 | this.disposableSelection.dispose(); |
| 71 | this.disposableSelection = undefined; |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | private evaluateSetting() { |
| 76 | const debugEnabled = workspace |
no test coverage detected