mirror of
https://github.com/coder/code-server.git
synced 2026-06-04 19:39:33 +00:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user