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 {
537537 }
538538
539539 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 ) ;
540542
541543 let closeHandlerAction = CloseAction . DoNotRestart ;
542544
@@ -590,6 +592,7 @@ export class LanguageClientsManager {
590592 // TODO: how we can start a language client on workspace level, not on folder level
591593 workspaceFolder,
592594 revealOutputChannelOn : RevealOutputChannelOn . Error , // TODO: should we make this configurable?
595+ outputChannel,
593596 outputChannelName : name ,
594597 markdown : {
595598 isTrusted : true ,
You can’t perform that action at this time.
0 commit comments