clear highlight on client dispose
This commit is contained in:
parent
4f480eda46
commit
7633da18eb
1 changed files with 5 additions and 0 deletions
|
@ -138,9 +138,14 @@ export default class TypeScriptServiceClient implements ITypeScriptServiceClient
|
|||
|
||||
public dispose(): void {
|
||||
this.tsServerProcess.kill()
|
||||
this.diagnosticsManager.dispose()
|
||||
this.bufferSyncSupport.dispose()
|
||||
this.logger.dispose()
|
||||
this._onTsServerStarted.dispose()
|
||||
this._onProjectLanguageServiceStateChanged.dispose()
|
||||
this._onDidBeginInstallTypings.dispose()
|
||||
this._onDidEndInstallTypings.dispose()
|
||||
this._onTypesInstallerInitializationFailed.dispose()
|
||||
this._onResendModelsRequested.dispose()
|
||||
this.versionStatus.dispose()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue