Notice "daniel" gets blurry a few rows down when compared to rows above. Changing the canvas height from 500 -> 501 seems to fix it so it's probably a problem with the IRenderDimensions generation.

Should this issue be closed now?
I can still see a little blurriness when zooming in, I think the calculation may be 1-2 pixels off when devicePixelRatio is a decimal.
I think this might be fixed, if not it will come up again 馃槃
Just got a report for this: https://github.com/Microsoft/vscode/issues/55701
We are also experiencing this issue. Is there a fix planned, or are there any workarounds for the time being?
I can't repro this anymore, if you still see it please create a new issue with repro details.
In vscode it gets blurry a lot after resizing
"window.zoomLevel": 1,
"terminal.integrated.fontSize": 16,
The app is running with arguments, some of them: --disable-smooth-scrolling --force-color-profile=srgb
Workaround that works for me is to use a dom renderer:
"terminal.integrated.rendererType": "dom",
@usernamehw created https://github.com/xtermjs/xterm.js/issues/2662 with an idea
Most helpful comment
In vscode it gets blurry a lot after resizing
The app is running with arguments, some of them:
--disable-smooth-scrolling --force-color-profile=srgbWorkaround that works for me is to use a
domrenderer: