chore(vscode): update to 1.56.0

This commit is contained in:
Akash Satheesan
2021-04-30 20:25:17 +05:30
1749 changed files with 88014 additions and 43316 deletions

View File

@@ -52,7 +52,7 @@ export abstract class Part extends Component implements ISerializableView {
layoutService.registerPart(this);
}
protected onThemeChange(theme: IColorTheme): void {
protected override onThemeChange(theme: IColorTheme): void {
// only call if our create() method has been called
if (this.parent) {
@@ -60,7 +60,7 @@ export abstract class Part extends Component implements ISerializableView {
}
}
updateStyles(): void {
override updateStyles(): void {
super.updateStyles();
}