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

Start/Stop Chat button position #78

Closed parithon closed 5 years ago

parithon commented 5 years ago

I've noticed that other extensions use the left side of the status bar to present their buttons to connect to services (e.g. live share). Should we keep the position of the start/stop button on the right, or move it to the left?

clarkio commented 5 years ago

I think move it to the left to follow that convention. Also I've heard it tends to be frowned upon for extensions to add icons to the Activity Bar. We should consider adding the tree view as a collapsible region in the file explorer and debug views instead. No an urgent issue but something to consider along the same lines of what this issue is about.

clarkio commented 5 years ago

Addressed in #83. Closing.