[quote=“lawlist”]In the documentation on-line, and in the package readme file, please be advised that it may be necessary for some users (like me) to add a comma after this line in the example:
“default_task”: “verbose”[/quote]
Fixed, thanks.
I tried but it’s not possible:
the arguments of keymap are not send to the build command.
Since the introduction of variants in Build System, I don’t use this plugin anymore.
Did you try it ? (http://docs.sublimetext.info/en/latest/reference/build_systems.html#variants)
You can show a menu with all your variants using this keymap:
{ "keys": "ctrl+alt+shift+b"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Build: "} }
And run a specific variant with something like this:
{ "keys": "ctrl+shift+b"], "command": "build", "args": {"variant": "Run"} }
I wrote a Feature Request to add/correct a few things in the actual implementation, hope Jon will think about:
https://forum.sublimetext.com/t/build-system-enhancements/9136/1