We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151d5c3 commit 4fe9cb6Copy full SHA for 4fe9cb6
src/pynsist.ts
@@ -122,7 +122,7 @@ export async function generate(runMakensis: boolean): Promise<void> {
122
}
123
124
} else {
125
- channel.show(true);
+ channel.show();
126
if (showNotifications)
127
window.showErrorMessage(
128
"Something went wrong. See the output for details.",
src/util.ts
@@ -12,7 +12,7 @@ export async function clearOutput(channel: OutputChannel): Promise<void> {
12
13
channel.clear();
14
if (alwaysShowOutput === true) {
15
16
17
18
0 commit comments