remove TS version from status line (#30)
This commit is contained in:
parent
aae6fbc40b
commit
4d1714e057
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default class VersionStatus {
|
|||
this._onChangeEditorSub.dispose()
|
||||
}
|
||||
|
||||
public onDidChangeTypeScriptVersion(version: TypeScriptVersion): void {
|
||||
this._versionBarEntry.text = `TSC ${version.versionString}`
|
||||
public onDidChangeTypeScriptVersion(_version: TypeScriptVersion): void {
|
||||
this._versionBarEntry.text = `TSC`
|
||||
this.showHideStatus().catch(_e => {
|
||||
// noop
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue