thijsdejong / vscode-codam-norminette

Simple decorator that uses norminette and injects errors of norme in vscode !
1 stars 1 forks source link

Feature - secondary norminette command #2

Closed lgutter closed 5 years ago

lgutter commented 5 years ago

Added a command2 and fileregex2 option to be able to run a secondary command, like norminette+. Modified documentation to reflect the new feature. Module now explicitly checks for each command if it is non-empty before it runs the command. Code could be improved since there is a bunch of reused code, but it's functional...

Also, not sure what happened to the indentation in package.json, seems my vscode wants tabs...