mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 04:06:26 +01:00
Fix shell integration for windows julia (#227724)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user