I’ve created a keybinding that is the following:
{ "keys": ["command+shift+r"], "command": "build", "args": { "variant": "ShellScript" } }
When I open the command palette and type “build”, I see this option:
“Build With: ShellScript”
But my key binding gives me an error:
“No build system with variant ShellScript”
How can I create a keybinding to build and run my .sh scripts?
Thanks.