Open
Description
Logout implementation is based on just removing the session from authentication provider storage. It removes the session from vscode, but not from browser. Implementation should use redirect generated by client.endSessionUrl() call to do actual logout which should end session and remove all associated cookies form browser.