Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic npm scripts panel functionality #206

Open
FirstVertex opened this issue Sep 12, 2023 · 0 comments
Open

Basic npm scripts panel functionality #206

FirstVertex opened this issue Sep 12, 2023 · 0 comments

Comments

@FirstVertex
Copy link

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.

  1. 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
  2. Right click the package.json ("npm" node) and be able to choose "open file". It opens the file in the VS Code editor.
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant