* disable UI updates from this client and pause tag parsing on the server.
()
| 3226 | * disable UI updates from this client and pause tag parsing on the server. |
| 3227 | */ |
| 3228 | public deactivate(): void { |
| 3229 | this.model.deactivate(); |
| 3230 | } |
| 3231 | |
| 3232 | public async pauseParsing(): Promise<void> { |
| 3233 | await this.ready; |
nothing calls this directly
no test coverage detected