Fix shell integration for windows julia (#227724)

This commit is contained in:
Anthony Kim
2024-09-05 15:40:01 -04:00
committed by GitHub
parent 9606b7a4d7
commit aefa4fc211
@@ -143,7 +143,7 @@ export class WindowsShellHelper extends Disposable implements IWindowsShellHelpe
case 'bash.exe':
case 'git-cmd.exe':
return WindowsShellType.GitBash;
case 'julia.exe:':
case 'julialauncher.exe':
return GeneralShellType.Julia;
case 'nu.exe':
return GeneralShellType.NuShell;