mirror of
https://github.com/coder/code-server.git
synced 2026-06-13 13:37:09 +02:00
chore(vscode): update to 1.56.0
This commit is contained in:
@@ -61,7 +61,7 @@ export abstract class AbstractKeybindingService extends Disposable implements IK
|
||||
this._logging = false;
|
||||
}
|
||||
|
||||
public dispose(): void {
|
||||
public override dispose(): void {
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ export class MockScopableContextKeyService extends MockContextKeyService {
|
||||
/**
|
||||
* Don't implement this for all tests since we rarely depend on this behavior and it isn't implemented fully
|
||||
*/
|
||||
public createScoped(domNote: HTMLElement): IContextKeyService {
|
||||
public override createScoped(domNote: HTMLElement): IContextKeyService {
|
||||
return new MockContextKeyService();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user