mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Introduce removeSessionByIToken to remove sessions that aren't in this._tokens yet. Fixes #145189
This commit is contained in:
@@ -48,7 +48,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
*/
|
||||
telemetryReporter.sendTelemetryEvent('logout');
|
||||
|
||||
const session = await loginService.removeSession(id);
|
||||
const session = await loginService.removeSessionById(id);
|
||||
if (session) {
|
||||
onDidChangeSessions.fire({ added: [], removed: [session], changed: [] });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user