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

Bot Doesn't Recognize Setting Changes Until Reconnected #102

Open clarkio opened 5 years ago

clarkio commented 5 years ago

Describe the bug If a user starts the extension to connect to chat and then changes settings those updates will not be reflected until the extension is disconnected and reconnected. For example if you change the setting for response to and empty command, !line, then it will not be changed until reconnected.

parithon commented 5 years ago

I agree with this. A redesign of how settings are conveyed to the server is needed. Perhaps this can be accomplished during a major refactoring process prior to version 1.0?