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

added category string in package.json #63

Closed MatthewKosloski closed 5 years ago

MatthewKosloski commented 5 years ago

As stated here in the VS Code documentation on contribution points, you can "define a category string which will prefix the command title and allow easy grouping within the Command Palette drop-down."

I'm not sure if this is something that you guys want, but it makes it so you don't have to repeat the Twitch Highlighter: part of the command title. Grouping of the commands may make it look nicer in the command palette.

MatthewKosloski commented 5 years ago

Quick question: If I want to add future pull requests, which branch should I select as the base? I selected master, but I see you guys also have a vnext branch, which I assume is reserved for the next release? I apologize if I selected the wrong base!

parithon commented 5 years ago

Going forward we would like contributions to target the vnext branch. You can rebase your changes using the vnext branch or I can fix it prior to merge.