Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Add other WSL distros to windows shell helper
Browse files Browse the repository at this point in the history
Part of #49713
  • Loading branch information
Tyriar committed May 14, 2018
1 parent 67850ce commit 8715757
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/vs/workbench/parts/terminal/node/windowsShellHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ import { ITerminalInstance } from 'vs/workbench/parts/terminal/common/terminal';
import { Terminal as XTermTerminal } from 'vscode-xterm';
import WindowsProcessTreeType = require('windows-process-tree');

const SHELL_EXECUTABLES = ['cmd.exe', 'powershell.exe', 'bash.exe', 'wsl.exe', 'ubuntu.exe'];
const SHELL_EXECUTABLES = [
'cmd.exe',
'powershell.exe',
'bash.exe',
'wsl.exe',
'ubuntu.exe',
'kali.exe',
'debian.exe',
'opensuse-42.exe',
'sles-12.exe'
];

let windowsProcessTree: typeof WindowsProcessTreeType;

Expand Down

0 comments on commit 8715757

Please sign in to comment.