Use same shortcut for different scripts in VS Code
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...
anweshgangula.hashnode.dev4 min read
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.