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 ee59ee3 commit 7fcd97fCopy full SHA for 7fcd97f
packages/test-harness/src/launchVscodeAndRunTests.ts
@@ -27,8 +27,8 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
27
"packages/cursorless-vscode/dist",
28
);
29
30
- const crashDir = getEnvironmentVariableStrict("VSCODE_CRASH_DIR");
31
- const logsDir = getEnvironmentVariableStrict("VSCODE_LOGS_DIR");
+ // const crashDir = getEnvironmentVariableStrict("VSCODE_CRASH_DIR");
+ // const logsDir = getEnvironmentVariableStrict("VSCODE_LOGS_DIR");
32
const useLegacyVscode =
33
getEnvironmentVariableStrict("APP_VERSION") === "legacy";
34
0 commit comments