Twitch chat is an extention that integrates a twitch channel chat of your choice in to your code editor.
- Navigate to
Settings > Extensions > Twitch Chat - Add
channel,usernameand youroauth token - Reload/Restart VS Code
- Open the command menu;
[ctrl]+[shift]+[p](or whatever you have bound it to) - Type
Twitch: Open chat
This extension contributes the following settings:
| Setting | Description | Type |
|---|---|---|
| twitch.fontSize | Sets font size of chat window | String ~ 14px |
| twitch.alert | Enable/disable chat popup alerts | Boolean ~ false |
| twitch.channel | Twitch channel you want to chat in | String ~ bobross |
| twitch.username | Your twitch username | String ~ mytwitchname |
| twitch.oauth | Your twitch oauth token | String ~ oauth:TOKEN_KEY |
You can generate your oauth token at n0.no/twitch or create one yourself.
🦗🦗🦗
Feel free to submit issues and pull requests over at the github repository.


