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

Added (Token) to add/remove password commands #92

Closed parithon closed 5 years ago

parithon commented 5 years ago

Purpose

As brought up in issue #86, some users might get confused when trying to remove the twitch token from their secure store because the command only used the word 'Password'.

Changed files

Addresses

86