better-comments icon indicating copy to clipboard operation
better-comments copied to clipboard

double comments are not to be set

Open MarcelXia opened this issue 3 years ago • 1 comments

{
    "tag": "//",
    "color": "#474747",
    "strikethrough": true,
    "underline": false,
    "backgroundColor": "transparent",
    "bold": false,
    "italic": false
  },

This does not work, it is always black Do this : // // a line with 2 double hashes. it is strikethrough black (even if you don't want strikethrough)

MarcelXia avatar Jan 18 '22 11:01 MarcelXia

Try to reload window or restart vscode that maybe work

ijjvim avatar Apr 13 '22 14:04 ijjvim