We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d63a1 commit b001fcbCopy full SHA for b001fcb
1 file changed
src/test/features/common/shellDetector.unit.test.ts
@@ -1,8 +1,8 @@
1
-import { Terminal } from 'vscode';
2
-import { identifyTerminalShell } from '../../../features/common/shellDetector';
3
import assert from 'assert';
+import { Terminal } from 'vscode';
4
import { isWindows } from '../../../common/utils/platformUtils';
5
import { ShellConstants } from '../../../features/common/shellConstants';
+import { identifyTerminalShell } from '../../../features/common/shellDetector';
6
7
const testShellTypes: string[] = [
8
'sh',
@@ -100,7 +100,7 @@ function expectedShellType(shellType: string): string {
100
return ShellConstants.NU;
101
case 'tcsh':
102
case 'tcshell':
103
- return ShellConstants.FISH;
+ return ShellConstants.TCSH;
104
case 'xonsh':
105
return ShellConstants.XONSH;
106
case 'wsl':
0 commit comments