Search posts, tags, users, and pages
Anwesh Gangula
Data, Automation & Technology
Have you ever had to run different npm/gulp/python commands in different projects - for starting a dev instance? The npm commands that I have to run to start a dev instance of a web app vary based on the type of framework I use, the project and its t...
I found that if we can use the "group": "build"property in the task - then we can use the in-built shortcut (CTRL + SHIFT + B) to run the task , instead of the custom keybinding. But I prefer the custom keybinding since the keys are all together.
"group": "build"
CTRL + SHIFT + B
Anwesh Gangula
Data, Automation & Technology
I found that if we can use the
"group": "build"property in the task - then we can use the in-built shortcut (CTRL + SHIFT + B) to run the task , instead of the custom keybinding. But I prefer the custom keybinding since the keys are all together.