Uh oh!
There was an error while loading. Please reload this page.
feat(lib/vscode): add log out to application menu - #2922
Conversation
3f5b16c to
5274816Compared77243a to
6a05889Compare
oxy
left a comment
There was a problem hiding this comment.
LGTM! Just a newline at the end of lib/vscode/src/vs/server/common/cookie.ts should be all that's needed.
Uh oh!
There was an error while loading. Please reload this page.
So I was wondering why Turns out it was, but since we import from Since our build script, I think it might be best to just duplicate the |
Uh oh!
There was an error while loading. Please reload this page.
jsjoeio
commented
Mar 18, 2021
Ah okay. Yeah it doesn't seem worth it to have to fix everything else for one thing to not be duplicated 😂 thanks for looking into this! I'll convert to draft and fix! |
6a05889 to
c23215fCompared80bcdf to
7958d52Compare1697e49 to
5596f97Comparebpmct
commented
Mar 22, 2021
Love this! |
This adds a new option to the Application Menu called Log out. It deletes the code-server cookie and logs a user out.
806022a to
090687dComparebinaryfire
commented
Mar 24, 2021
Nice! Just a thought - can you also add it to the profile icon at the bottom of the left sidebar? That seems like the most intuitive place to look for it. |
jsjoeio
commented
Mar 24, 2021
@binaryfire thanks for the suggestion! There's some issues with the profile icon (see #2913) but when we work on that, we can consider it! Feel free to leave more thoughts there |
Dual-0
commented
May 10, 2021
nice feature! Hope it is okay to put this in here... thanks |
jsjoeio
commented
May 10, 2021
@dual-oo there were a couple bugs fixed in #3277 We're cutting a new release this week so make sure to upgrade and if you have issues, please open a bug report! |
This adds a new option to the Application Menu called Log out. It deletes the code-server cookie and logs a user out.
Screenshot
TODOs
Cookieto be inlib/vscodeso we can use itCookieand don't share betweenlib/vscodeFixes#778