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

Highlight Permissions #1

Closed codephobia closed 5 years ago

codephobia commented 5 years ago

Store the username of who highlighted a line, so that they are allowed to unhighlight one of their highlights. This will allow users to self fix a highlight that was done incorrectly, but not randomly unhighlight other users highlighting.

clarkio commented 5 years ago

Thanks for adding the @codephobia.

This was completed in #17 and specifically here: https://github.com/clarkio/vscode-twitch-highlighter/pull/17/files#diff-45327f86d4438556066de133327f4ca2R180

We'll add the ability to unhighlight one's own highlight via a separate issue built off of #7