Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 19dba1c

Browse files
committed
Fix lint error
1 parent b15dd0f commit 19dba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async function main() {
1717
// Download VS Code, unzip it and run the integration test
1818
// Tests pass on 1.64 pass but then VS Code itself mysteriously exits
1919
// with code 0xDEAD. Pin to an older version for now.
20-
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: '1.63.2', launchArgs: [testWorkspace]});
20+
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: "1.63.2", launchArgs: [testWorkspace]});
2121
} catch (err) {
2222
// console.error("Failed to run tests", err);
2323
process.exit(1);

0 commit comments

Comments
 (0)