Skip to content

Commit 1ab4be4

Browse files
committed
never reveal output channel
1 parent 89aacec commit 1ab4be4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
ServerOptions,
2626
TransportKind,
2727
State as LanguageClientState,
28+
RevealOutputChannelOn,
2829
} from 'vscode-languageclient/node'
2930
import { DEFAULT_LANGUAGES } from './lib/languages'
3031
import isObject from './util/isObject'
@@ -173,6 +174,7 @@ export function activate(context: ExtensionContext) {
173174
diagnosticCollectionName: CLIENT_ID,
174175
workspaceFolder: folder,
175176
outputChannel: outputChannel,
177+
revealOutputChannelOn: RevealOutputChannelOn.Never,
176178
middleware: {
177179
async resolveCompletionItem(item, token, next) {
178180
let result = await next(item, token)

0 commit comments

Comments
 (0)