vs-code-qalc
vs-code-qalc copied to clipboard
Long Line Append Limit
Sometimes a line gets really long, and then the output follows it, this often happens setting up objects since the definition gets long and then the whole object gets read out.
It would be nice if one could configure a column limit past which the output is put on the next line at the alignment column.
Took a quick look at the Decorations API that is used for the output, and it doesn't seem to allow for that behavior. There might be another API that could do it, I'll have to look further.
Also stumbled on this bug which means wrapping is bugged in general when there are text decorations: https://github.com/microsoft/vscode/issues/32856