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

Background Process for Chat Listener #5

Closed clarkio closed 5 years ago

clarkio commented 5 years ago

Determine a way to thread the work for listening and parsing chat so it doesn't bog down VS Code.

clarkio commented 5 years ago

For reference, here is another Twitch VS Code extension that leverages a Language Server to listen for Twitch chat messages: https://github.com/irth/twitchlint

clarkio commented 5 years ago

Done in #17