We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c133b commit 4a55e56Copy full SHA for 4a55e56
packages/core/src/test/shared/utilities/pathFind.test.ts
@@ -10,10 +10,7 @@ import * as path from 'path'
10
import * as testutil from '../../testUtil'
11
import { fs } from '../../../shared'
12
import { findSshPath, findTypescriptCompiler, getVscodeCliPath } from '../../../shared/utilities/pathFind'
13
-
14
-function isWin(): boolean {
15
- return process.platform === 'win32'
16
-}
+import { isWin } from '../../../shared/vscode/env'
17
18
describe('pathFind', function () {
19
it('findTypescriptCompiler()', async function () {
0 commit comments