clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

No Way to delete Twitch Token #86

Closed Digital-Tectonics closed 5 years ago

Digital-Tectonics commented 5 years ago

It would be nice to have the ability to delete the token, say if you miss entered it. Like a shortcut when clicking on the icon.

parithon commented 5 years ago

There is, although it’s easy to miss since it uses remove password instead of remove token.

Open the command palette and look for the command Twitch Highlighter: Remove Password.

clarkio commented 5 years ago

@Digital-Tectonics and @parithon should we just move completely away from using "password" and instead use "token" since that's what it actually is?

parithon commented 5 years ago

Ok by me. I was going to do that initially but didn’t want to jar others that have seen password before...

clarkio commented 5 years ago

Addressed in #92 and will be released in v0.2.2