gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
265 stars 41 forks source link

refactor: commands registration #59

Closed knicefire closed 5 years ago

knicefire commented 5 years ago

Moved commands registration to commands module. Removed Command interface. Commands are now plain functions. Registration has the whole list of command's id and related function for simple view of the full list of commands

gioboa commented 5 years ago

Thanks, really nice refactor. 👍