File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { Terminal } from 'vscode' ;
2- import { identifyTerminalShell } from '../../../features/common/shellDetector' ;
31import assert from 'assert' ;
2+ import { Terminal } from 'vscode' ;
43import { isWindows } from '../../../common/utils/platformUtils' ;
54import { ShellConstants } from '../../../features/common/shellConstants' ;
5+ import { identifyTerminalShell } from '../../../features/common/shellDetector' ;
66
77const testShellTypes : string [ ] = [
88 'sh' ,
@@ -100,7 +100,7 @@ function expectedShellType(shellType: string): string {
100100 return ShellConstants . NU ;
101101 case 'tcsh' :
102102 case 'tcshell' :
103- return ShellConstants . FISH ;
103+ return ShellConstants . TCSH ;
104104 case 'xonsh' :
105105 return ShellConstants . XONSH ;
106106 case 'wsl' :
You can’t perform that action at this time.
0 commit comments