Skip to content

Commit c42cd90

Browse files
committed
Hide information about VSCode exit code and download
1 parent 5e8c2fa commit c42cd90

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
@@ -15,6 +15,8 @@ const config = {
1515
extensionDevelopmentPath: rootDir,
1616
// Hide VSCode stdout, but show console.log
1717
filterOutput: true,
18+
// Hide information about VSCode exit code and download
19+
quiet: true,
1820
};
1921

2022
if (process.env.VSCODE_INSPECTOR_OPTIONS) {

0 commit comments

Comments
 (0)