DEV Community

Discussion on: Dec. 13, 2019: What did you learn this week?

Collapse
 
richardeschloss profile image
Richard Schloss • Edited

After years of typing "npm run [script]", by habit, I just happened to stumble on this in vs code. Hover over the script name and click run. (I know, probably nothing new to everyone, but new to me :))

Collapse
 
zakariatalhami profile image
ZakariaTalhami

I think you can also add scripts to the sidebar in VS Code, which lists the scripts and lets you run them from there.

Collapse
 
richardeschloss profile image
Richard Schloss

That's really cool too! I don't know how I missed that!

Collapse
 
saurabhdaware profile image
Saurabh Daware 🌻 • Edited

woah I did not know that! thank you :D