-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label
Milestone
Description
- VSCode Version: 1.4.0
- OS Version: Windows 7
Steps to Reproduce:
- Install Git for Windows in
C:\Users\<username>\AppData\Local\Programs\Git. - Open some project.
- Set
terminal.integrated.shell.windowsto%LocalAppData%\\Programs\\Git\\bin\\bash.exe. - Open integrated terminal.
- Set
terminal.integrated.shell.windowstoC:\\Users\\<username>\\AppData\\Local\\Programs\\Git\\bin\\bash.exe. - Open integrated terminal.
What happens:
- On 4: Got error:
The terminal process terminated with exit code: 1 - On 6: Integrated terminal opens as expected.
Expected:
It seems vscode doesn't recognize environment variables in integrated terminal paths. It should.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)feature-requestRequest for new features or functionalityRequest for new features or functionalityterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another label