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

`languagesMap` not applied when used as `Workspace` setting

Open aifrak opened this issue 4 years ago • 0 comments

Hi,

I have noticed recently that the extension is not working when comment-divider.languagesMap is used as Workspace setting.

Here an example of setting to reproduce the bug:

  "comment-divider.languagesMap": {
    "scss": ["//"]
  },

If I use comment-divider.languagesMap as User or Remote setting, the right comment character is used.

Extension version: v0.4.0

VSCode information: Version: 1.62.3 Commit: ccbaa2d27e38e5afa3e5c21c1c7bef4657064247 Date: 2021-11-17T08:00:36.721Z Electron: 13.5.2 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Linux x64 5.4.0-91-generic snap

aifrak avatar Dec 02 '21 16:12 aifrak