vs-code-qalc icon indicating copy to clipboard operation
vs-code-qalc copied to clipboard

Long Line Append Limit

Open Ziraya opened this issue 2 years ago • 1 comments

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.

Ziraya avatar Dec 02 '23 16:12 Ziraya

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

nortakales avatar Dec 13 '23 07:12 nortakales