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 9dfb2c6 commit 89f609dCopy full SHA for 89f609d
Extension/src/LanguageServer/client.ts
@@ -135,7 +135,7 @@ function showWarning(params: ShowWarningParams): void {
135
workspaceDisposables.push(warningChannel);
136
}
137
warningChannel.appendLine(`[${new Date().toLocaleString()}] ${message}`);
138
- warningChannel.show(false);
+ warningChannel.show(true);
139
140
141
function publishDiagnostics(params: PublishDiagnosticsParams): void {
0 commit comments