You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this extension as a replacement for the built-in npm scripts panel. There are a couple of missing features that I believe would make a really nice addition to this extension.
Right click the package.json ("npm" node) and be able to choose "install". It runs npm i in the folder of the selected package.json
Right click the package.json ("npm" node) and be able to choose "open file". It opens the file in the VS Code editor.
Right click the package.json ("npm" node) and be able to choose "open in terminal". It opens a new terminal onto that file's folder.
Thank you for considering it.
The text was updated successfully, but these errors were encountered:
I'm using this extension as a replacement for the built-in npm scripts panel. There are a couple of missing features that I believe would make a really nice addition to this extension.
npm i
in the folder of the selected package.jsonThank you for considering it.
The text was updated successfully, but these errors were encountered: