File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -537,6 +537,8 @@ export class LanguageClientsManager {
537
537
}
538
538
539
539
const name = `RobotCode Language Server for folder ${ workspaceFolder . name } ` ;
540
+ const outputChannel = this . outputChannels . get ( name ) ?? vscode . window . createOutputChannel ( name ) ;
541
+ this . outputChannels . set ( name , outputChannel ) ;
540
542
541
543
let closeHandlerAction = CloseAction . DoNotRestart ;
542
544
@@ -590,6 +592,7 @@ export class LanguageClientsManager {
590
592
// TODO: how we can start a language client on workspace level, not on folder level
591
593
workspaceFolder,
592
594
revealOutputChannelOn : RevealOutputChannelOn . Error , // TODO: should we make this configurable?
595
+ outputChannel,
593
596
outputChannelName : name ,
594
597
markdown : {
595
598
isTrusted : true ,
You can’t perform that action at this time.
0 commit comments