mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Build with latest TS nightly (#120690)
* Pick up new TS 4.3 Also tests adding override keywords for extensions as part of #120675 * Update to daily TS and workaround TS 4.3 issue Works around https://github.com/microsoft/TypeScript/issues/43578
This commit is contained in:
@@ -72,7 +72,7 @@ export class SimpleBrowserView extends Disposable {
|
||||
this.show(url);
|
||||
}
|
||||
|
||||
public dispose() {
|
||||
public override dispose() {
|
||||
this._onDidDispose.fire();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user