mirror of
https://github.com/coder/code-server.git
synced 2026-05-25 21:57:27 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -140,6 +140,8 @@ suite('AbstractKeybindingService', () => {
|
||||
|
||||
let notificationService: INotificationService = {
|
||||
_serviceBrand: undefined,
|
||||
onDidAddNotification: undefined!,
|
||||
onDidRemoveNotification: undefined!,
|
||||
notify: (notification: INotification) => {
|
||||
showMessageCalls.push({ sev: notification.severity, message: notification.message });
|
||||
return new NoOpNotification();
|
||||
|
||||
Reference in New Issue
Block a user