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