()
| 155 | } |
| 156 | |
| 157 | override getCurrentState() { |
| 158 | const parent = super.getCurrentState(); |
| 159 | const state = { |
| 160 | ...this.getEffectiveOptions(), |
| 161 | ...parent, |
| 162 | }; |
| 163 | this.fontScale.addState(state); |
| 164 | return state as any; |
| 165 | } |
| 166 | |
| 167 | addOutputLines(result: CompilationResult) { |
| 168 | // When MS upgrade to a server version later than Nov 11, 2022 (the merge of PR #4278) |
nothing calls this directly
no test coverage detected