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 62d74dc commit cb8eba6Copy full SHA for cb8eba6
server/src/constants.ts
@@ -1,5 +1,4 @@
1
import * as path from "path";
2
-import { ProcessExecution } from "vscode";
3
4
let platformDir =
5
process.arch == "arm64" ? process.platform + process.arch : process.platform;
0 commit comments