Skip to content

Commit de08f5c

Browse files
committed
Remove 'cross-spawn' dependency
1 parent 97d36f1 commit de08f5c

File tree

3 files changed

+9
-121
lines changed

3 files changed

+9
-121
lines changed

package-lock.json

Lines changed: 7 additions & 117 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,10 @@
9595
"@github/copilot-language-server": "1.290.0",
9696
"@microsoft/servicehub-framework": "4.2.99-beta",
9797
"@octokit/rest": "^20.0.1",
98-
"@types/cross-spawn": "6.0.2",
9998
"@vscode/debugprotocol": "1.56.0",
10099
"@vscode/extension-telemetry": "^0.9.0",
101100
"@vscode/js-debug-browsers": "^1.1.0",
102101
"async-file": "2.0.2",
103-
"cross-spawn": "6.0.6",
104102
"execa": "4.0.0",
105103
"fs-extra": "9.1.0",
106104
"http-proxy-agent": "7.0.0",
@@ -5658,4 +5656,4 @@
56585656
}
56595657
}
56605658
}
5661-
}
5659+
}

src/omnisharp/launcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import { spawn } from 'cross-spawn';
6+
import { spawn } from 'child_process';
77
import { ChildProcessWithoutNullStreams } from 'child_process';
88

99
import { PlatformInformation } from '../shared/platform';

0 commit comments

Comments
 (0)