vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

Missing explanation for isWholeLine

Open ciriousjoker opened this issue 6 years ago • 2 comments

hovering "border" and all the other properties inside settings.json/todohighlight.keywords[] shows an explanation.

Not so for isWholeLine.

ciriousjoker avatar Aug 27 '18 13:08 ciriousjoker

Appears to come from the VS Code DecorationRenderOptions.

Should the decoration be rendered also on the whitespace after the line text. Defaults to false.

cmckni3 avatar Aug 29 '18 23:08 cmckni3

Anyone has a guide in how to change that?

FMGordillo avatar Mar 02 '20 19:03 FMGordillo