We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c535f3d commit 4c75362Copy full SHA for 4c75362
src/vs/platform/terminal/node/terminalProfiles.ts
@@ -127,6 +127,8 @@ async function detectAvailableWindowsProfiles(
127
{ path: `${process.env['HOMEDRIVE']}\\msys64\\usr\\bin\\bash.exe`, isUnsafe: true },
128
],
129
args: ['--login', '-i'],
130
+ // CHERE_INVOKING retains current working directory
131
+ env: { CHERE_INVOKING: '1' },
132
icon: Codicon.terminalBash,
133
isAutoDetected: true
134
});
0 commit comments