comment-divider icon indicating copy to clipboard operation
comment-divider copied to clipboard

comment-divider.languagesMap config doesn't work for javascript/typescript

Open bvandercar-vt opened this issue 2 years ago • 0 comments

Have tried this:

  "comment-divider.languagesMap": {
    "typescript": ["//",],
    "typescriptreact": ["//"],
    "javascript": ["//"],
    "javascriptreact": ["//"]
  },

doesn't have any effect.

bvandercar-vt avatar Apr 11 '23 18:04 bvandercar-vt