aaron-bond / better-comments

https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments
MIT License
821 stars 157 forks source link

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

Open rlipscombe opened 7 months ago

rlipscombe commented 7 months ago

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 commented 7 months ago

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

edwinhuish commented 7 months ago

You could try Better Comments (with embedded languages support)

milosdjurica commented 7 months ago

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 commented 7 months ago

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