Skip to content

Commit e11b6a7

Browse files
author
Rachel Macfarlane
authored
Fix #117903 (#118492)
1 parent 3be37a7 commit e11b6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/api/common/extHostAuthentication.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class ExtHostAuthentication implements ExtHostAuthenticationShape {
114114
this._proxy.$sendDidChangeSessions(id, {
115115
added: e.added ?? [],
116116
changed: e.changed ?? [],
117-
removed: e.changed ?? []
117+
removed: e.removed ?? []
118118
});
119119
});
120120

0 commit comments

Comments
 (0)