We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c5fb1 commit aadffa0Copy full SHA for aadffa0
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