leodevbro / vscode-blockman

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

Feature request : AdditionalPaddingRight defined not by pixels but by the editor.ruler value #89

Open nicolasmol opened 1 year ago

nicolasmol commented 1 year ago

Hi. I think it could be a consistant setting than defining the padding-right could be the limit defined by the value of the current "editor.ruller" (which is global or overridden by language dependent)

leodevbro commented 1 year ago

Hello, I'll try to implement it, but maybe not soon, because currently my time is very limited unfortunately. Before that, I guess the closest alternative for you would be this option:

"blockman.n04Sub04RightSideBaseOfBlocks": "Rightmost Edge Of File Content", // or "Rightmost Edge Of Viewport"