jfrog / jfrog-vscode-extension

JFrog VS-Code Extension
https://jfrog.github.io/jfrog-vscode-extension
Apache License 2.0
189 stars 32 forks source link

Use a chosen terminal in VSC instead of the default OS terminal #471

Open dortam888 opened 3 months ago

dortam888 commented 3 months ago

Is your feature request related to a problem? Please describe. I use gitbash terminal in VSC that is running in Windows OS. When attempting to run a scan it fails with error: "Could not scan npm project dependencies, because npm CLI is not in the PATH" It is trying to use npm in the default windows path rather then the chosen terminal path which makes this error.

Describe the solution you'd like to see It should run the scan based on the chosen terminal in VSC rather than the default OS