mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
port fix for vscode issue 160827 (#21457)
This commit is contained in:
@@ -103,14 +103,6 @@ async function detectAvailableWindowsProfiles(
|
||||
source: ProfileSource.GitBash,
|
||||
isAutoDetected: true
|
||||
});
|
||||
detectedProfiles.set('Cygwin', {
|
||||
path: [
|
||||
`${process.env['HOMEDRIVE']}\\cygwin64\\bin\\bash.exe`,
|
||||
`${process.env['HOMEDRIVE']}\\cygwin\\bin\\bash.exe`
|
||||
],
|
||||
args: ['--login'],
|
||||
isAutoDetected: true
|
||||
});
|
||||
detectedProfiles.set('Command Prompt', {
|
||||
path: `${system32Path}\\cmd.exe`,
|
||||
icon: Codicon.terminalCmd,
|
||||
@@ -212,7 +204,6 @@ async function initializeWindowsProfiles(testPwshSourcePaths?: string[]): Promis
|
||||
`${process.env['ProgramFiles']}\\Git\\usr\\bin\\bash.exe`,
|
||||
`${process.env['LocalAppData']}\\Programs\\Git\\bin\\bash.exe`,
|
||||
`${process.env['UserProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`,
|
||||
`${process.env['AllUsersProfile']}\\scoop\\apps\\git-with-openssh\\current\\bin\\bash.exe`
|
||||
],
|
||||
args: ['--login']
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user