Hide information about VSCode exit code and download
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user