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

Start/Stop Chat button status shows connecting if you cancel the 'Set token' prompt #82

Closed parithon closed 5 years ago

parithon commented 5 years ago

As mentioned in the title, the start/stop chat button' status doesn't change back to 'Disconnected' from 'Connecting...' when the user cancels the 'Set token' prompt. If the user cancels the 'set token' prompt the status should change from 'Connecting...' to 'Disconnected' as the connection process was terminated.

parithon commented 5 years ago

Bug fixed from PR #91