Skip to content

Commit

Permalink
try to get some extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbom committed Nov 2, 2023
1 parent 56e5209 commit 1268964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { runTests } from '@vscode/test-electron';
const extensionTestsPath = path.resolve(__dirname, './suite/index');

// Download VS Code, unzip it and run the integration test
await runTests({ extensionDevelopmentPath, extensionTestsPath, version: "1.83.1" }); // TODO: Remove specified version to use latest after automated tests are running.
await runTests({ extensionDevelopmentPath, extensionTestsPath, launchArgs: ["--verbose", "--log", "trace"] }); // TODO: Remove specified version/args after automated tests are running.
} catch (err) {
console.error('Failed to run tests');
process.exit(1);
Expand Down

0 comments on commit 1268964

Please sign in to comment.