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

Doesn't colour comments when editing a project with Remote-WSL or Remote-SSH

Open rlipscombe opened this issue 2 years ago • 4 comments

I'm editing an Erlang project over Remote-WSL, and my comments aren't being coloured. On the same PC, with a local project, the extension works fine.

rlipscombe avatar Nov 16 '23 10:11 rlipscombe

I just checked with a project over Remote-SSH, and the colouring doesn't work there, either.

rlipscombe avatar Nov 16 '23 10:11 rlipscombe

I am also using Remote-WSL and I have the same problem.

I found this: https://github.com/aaron-bond/better-comments/pull/436

If I understood correctly, you should:

  1. find where this extension is installed
  2. open package.json file
  3. change order of the "ui" and "workspace".

Note: I found this package.json to be in : C:\Users\USERNAME.vscode\extensions\aaron-bond.better-comments-3.0.2

For some reason it doesn't work for me, but it might work for you. Please let me know it does work for you, and/or if you found any other way to fix this problem.

milosdjurica avatar Nov 26 '23 18:11 milosdjurica

I also opened another issue where I explained what I think is the issue and I how I believe it could be fixed. You can more here: https://github.com/aaron-bond/better-comments/issues/509

milosdjurica avatar Nov 26 '23 19:11 milosdjurica