-
Notifications
You must be signed in to change notification settings - Fork 40.3k
npm script not work in default terminal #132824
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseIssue identified as probable candidate for fixing in the next releaseverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
npm script not work in default terminal (windows10)
In the past, I configured settings in NPM Script. When running '. Sh' script, PowerShell did not support it. So I set GitBash as the default terminal .
However,Now I set git bash as the default terminal. When I click the run-time NPM script
it's not work , the terminal to execute is still PowerShell,
How to set Git Bash as the default terminal of NPM script ?