Merge pull request #2051 from github/koesie10/filter-vscode-output

Hide VSCode console output
This commit is contained in:
Koen Vlaswinkel
2023-02-09 15:36:59 +01:00
committed by GitHub

View File

@@ -13,6 +13,10 @@ const config = {
"--extensions-dir=" + path.join(rootDir, ".vscode-test", "extensions"),
],
extensionDevelopmentPath: rootDir,
// Hide VSCode stdout, but show console.log
filterOutput: true,
// Hide information about VSCode exit code and download
quiet: true,
};
if (process.env.VSCODE_INSPECTOR_OPTIONS) {