Skip to content

Commit 7fcd97f

Browse files
Remove unused variables
1 parent ee59ee3 commit 7fcd97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/test-harness/src/launchVscodeAndRunTests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
2727
"packages/cursorless-vscode/dist",
2828
);
2929

30-
const crashDir = getEnvironmentVariableStrict("VSCODE_CRASH_DIR");
31-
const logsDir = getEnvironmentVariableStrict("VSCODE_LOGS_DIR");
30+
// const crashDir = getEnvironmentVariableStrict("VSCODE_CRASH_DIR");
31+
// const logsDir = getEnvironmentVariableStrict("VSCODE_LOGS_DIR");
3232
const useLegacyVscode =
3333
getEnvironmentVariableStrict("APP_VERSION") === "legacy";
3434

0 commit comments

Comments
 (0)