Skip to content

Commit 5e8c2fa

Browse files
committed
Hide VSCode console output
Most of the warnings that are currently being shown in CI are coming from VSCode. We can hide the VSCode output to make the CI logs more readable. This should not influence the tests; the output of tests (in particular using `console.log`/`console.error` etc.) will still be shown. See: https://github.com/adalinesimonian/jest-runner-vscode/blob/0c98dc12adac536a200e836b77e186b8c2ba8326/packages/jest-runner-vscode/src/public-types.ts#L58-L68
1 parent f7ab8b7 commit 5e8c2fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

extensions/ql-vscode/test/vscode-tests/jest-runner-vscode.config.base.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const config = {
1313
"--extensions-dir=" + path.join(rootDir, ".vscode-test", "extensions"),
1414
],
1515
extensionDevelopmentPath: rootDir,
16+
// Hide VSCode stdout, but show console.log
17+
filterOutput: true,
1618
};
1719

1820
if (process.env.VSCODE_INSPECTOR_OPTIONS) {

0 commit comments

Comments
 (0)