You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set 'editor.wordWrap=on', but when I add characters through 'appendLine', characters in the output channel don't wrap automatically.I found that the default value of 'wordWrap' is' off 'and it was not read from the configuration item, See L51.
Steps to Reproduce:
commands.registerCommand(SampleCommand,{execute: ()=>{constchannel=this.outputChannelManager.getChannel('sample:output');channel.appendLine('This is a sample output!');// eslint-disable-next-line max-lenchannel.appendLine('This is a sample output222! This is a sample output222!This is a sample output222! This is a sample output222! This is a sample output222! This is a sample output222! This is a sample output222!This is a sample output222!This is a sample output222!');channel.show();}});
Additional Information
Operating System: Windows 11
Theia Version: master
The text was updated successfully, but these errors were encountered:
Bug Description:
I set 'editor.wordWrap=on', but when I add characters through 'appendLine', characters in the output channel don't wrap automatically.I found that the default value of 'wordWrap' is' off 'and it was not read from the configuration item, See L51.
Steps to Reproduce:
Additional Information
The text was updated successfully, but these errors were encountered: