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

Implement ability to apply user settings from VS Code #32

Closed clarkio closed 5 years ago

clarkio commented 5 years ago

Read settings such as channels and default highlight color from the VS Code settings.

This includes the suggestion in #11

clarkio commented 5 years ago

Addressed in https://github.com/clarkio/vscode-twitch-highlighter/pull/36