leodevbro / vscode-blockman

VSCode extension to highlight nested code blocks
https://github.com/leodevbro/vscode-blockman
MIT License
345 stars 16 forks source link

Rightmost Edge of Viewport no longer works on the latest VSCode version #135

Closed justinsako closed 2 months ago

justinsako commented 2 months ago

While this setting has been working just fine, after updating VSCode recently (currently on 1.88.0), the "Rightmost Edge of Viewport" is now creating this mess:

image

The "Rightmost Edge of Inner Content" and "Rightmost Edge of File Content" seems to continue working correctly.

leodevbro commented 2 months ago

Thanks for reporting. Probably it's a new bug of VS Code. I'll try to fix it myself or maybe I'll post a bug report in VS Code GitHub repo.

Meanwhile, maybe it will be relatively fine for your taste to set Rightmost Edge Of File Content or Rightmost Edge Of Inner Content.

leodevbro commented 2 months ago

@justinsako, Hi, I think I fixed the Rightmost Edge of Viewport - the new version of Blockman is v1.7.7 (2024-04-20). Please verify that it is fixed.

justinsako commented 2 months ago

Look like it is working again. Thank you!