Adds a Chat log to the Explorer view
Send chat messages without leaving VScode
Extension Settings
These settings have to be
{
// Generate a token here: http://www.twitchapps.com/tmi
"twitchChat.oauth": "************",
"twitchChat.username": "TwitchUserName",
"twitchChat.channel": "channelname",
// Optional: Set the amount of chatmessages that are shown
"twitchChat.historysize": 20
}
Known Issues
Most of these issues are because of VS code extension API limitations.
The Chatlogs are limited to a set height, therefore text is cut off and you have to read the content by hovering the entry