We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83551 commit c3d7c4eCopy full SHA for c3d7c4e
1 file changed
src/test/features/common/shellDetector.unit.test.ts
@@ -2,7 +2,7 @@ import { TerminalShellType } from '../../../api';
2
import { Terminal, TerminalShellType as VSCTerminalShellType } from 'vscode';
3
import { identifyTerminalShell } from '../../../features/common/shellDetector';
4
import assert from 'assert';
5
-import { isWindows } from '../../../managers/common/utils';
+import { isWindows } from '../../../common/utils/platformUtils';
6
7
const testShellTypes: string[] = [
8
'sh',
0 commit comments