mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Try to revoke tokens that are getting deleted
Best effort. Fixes https://github.com/microsoft/vscode/issues/152055
This commit is contained in:
@@ -26,4 +26,7 @@ export class Log {
|
||||
this.output.error(message);
|
||||
}
|
||||
|
||||
public warn(message: string): void {
|
||||
this.output.warn(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user