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

Share line highlighting across VS Code Live Share sessions #10

Open bnb opened 5 years ago

bnb commented 5 years ago

If pairing with someone on stream, it would be incredible if they could also see what lines are being highlighted

clarkio commented 5 years ago

It may work in its current state so we should try and test it out to validate. Though I imagine the other member of the live share probably needs the highlighter extension installed and listening to the channel's chat messages too.

parithon commented 5 years ago

I performed a live share test between my desktop and a VM with separate logins and the decorators did not sync between the two.