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

Solves issue #82 - Status bar shows inaccurate status if you cancel setting token when connecting #91

Closed parithon closed 5 years ago

parithon commented 5 years ago

Purpose

Solves issue #82 whereby the status bar button changes to 'Connecting...' prior to ensuring a token is set. When a user cancels the connection prior to entering the token the 'Connecting...' status never changes back to 'Disconnected'.

Changed files

Addresses

82