lostintangent / gistpad

VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists
https://aka.ms/gistpad
MIT License
937 stars 58 forks source link

Logout Feature #321

Closed lxchurbakov closed 9 months ago

lxchurbakov commented 1 year ago

Hey @lostintangent !

I think it would be nice to introduce logout button. I am stuck with this situation when the token (or whatever GistPad is storing to access github gists) is invalid, but the app still keeps trying to use it. There is no way to stop it from doing so - reinstalling with (or without) reloading does not help.

Additional context

Firstly mentioned here, but this did not work for me: https://github.com/lostintangent/gistpad/issues/199

lostintangent commented 1 year ago

Hey! Yeah I need to add this. I can get to it this week and will ping you when it's published to the marketplace. Thanks for the feedback 👍

lcenchew commented 1 year ago

Having the same issue. Any work around until it is published?

lostintangent commented 9 months ago

FYI VS Code doesn't support extensions programmatically logging the user out. So I'm not able to do this at the moment :/