Dispose of status bar item when disabling tsserver (#66)
This commit is contained in:
parent
daeaf3ab6c
commit
74bb59b24e
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ export default class TypeScriptServiceClient implements ITypeScriptServiceClient
|
|||
this.logger.dispose()
|
||||
this._onTsServerStarted.dispose()
|
||||
this._onResendModelsRequested.dispose()
|
||||
this.versionStatus.dispose()
|
||||
}
|
||||
|
||||
private info(message: string, data?: any): void {
|
||||
|
|
Loading…
Reference in a new issue