vscode-todo-highlight
vscode-todo-highlight copied to clipboard
Missing explanation for isWholeLine
hovering "border" and all the other properties inside settings.json/todohighlight.keywords[] shows an explanation.
Not so for isWholeLine.
Appears to come from the VS Code DecorationRenderOptions.
Should the decoration be rendered also on the whitespace after the line text. Defaults to false.
Anyone has a guide in how to change that?