Skip to content

Commit

Permalink
no qt version in stable 0.10 actually
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed May 16, 2024
1 parent 5b01883 commit 3c90337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-harness/src/launchNeovimAndRunTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export async function launchNeovimAndRunTests(extensionTestsPath: string) {
// const vscodeExecutablePath = await downloadAndUnzipVSCode(vscodeVersion);
// const [cli, ...args] =
// resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
let cli = getEnvironmentVariableStrict("APP_PATH");
const cli = getEnvironmentVariableStrict("APP_PATH");
// Installed executable: C:\Users\runneradmin\nvim-stable\bin\nvim.exe
cli = cli.replace("nvim.exe", "nvim-qt.exe");
//cli = cli.replace("nvim.exe", "nvim-qt.exe");
/*
node:events:496
throw er; // Unhandled 'error' event
Expand Down

0 comments on commit 3c90337

Please sign in to comment.