TobiasFaller/vscode-vt100-syntax-highlight

Small amounts of spacing with each escape code ruins monospacing

Closed this issue · 5 comments

I've been using this for visualizing error tests side by side, thought that something must be wrong with my code but discovered that something about spacing is not being upheld, even when using a monospace font. Here is in the console:
image
and in the extension's preview:
image
It appears monospace at first but different amounts of punctuation and spaces slowly makes columns out of sync.

It seems the control characters add a small amount of space
image
image

Fixed with version 1.0.2: Default configuration now only adds vertical whitespace for groups instead of vertical and horizontal space.

thank you!

@AaronKutch I hope that the issue is now fixed for you too. Should it still persist then feel free to open another issue, provide me a failing example and I'll investigate further.

It looks fixed