mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
Fix #117903
This commit is contained in:
@@ -114,7 +114,7 @@ export class ExtHostAuthentication implements ExtHostAuthenticationShape {
|
||||
this._proxy.$sendDidChangeSessions(id, {
|
||||
added: e.added ?? [],
|
||||
changed: e.changed ?? [],
|
||||
removed: e.changed ?? []
|
||||
removed: e.removed ?? []
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user