Hide information about VSCode exit code and download

This commit is contained in:
Koen Vlaswinkel
2023-02-07 14:45:50 +00:00
parent 5e8c2fa6db
commit c42cd9059d

View File

@@ -15,6 +15,8 @@ const config = {
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) {