vscode-ansible icon indicating copy to clipboard operation
vscode-ansible copied to clipboard

Add support for VS Code extension "Better Comments"

Open MallocArray opened this issue 1 year ago • 0 comments

Problem

Better Comments extension allows for special coloring of different comment types.
https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments

Recent updates to this extension needs language support for it to work. Today it works as expected when the VSCode language is set to YAML but when switched to Ansible, the extra coloring no longer functions.

Solution

The author mentioned in an issue comment that they have to work with different extension creators to add support https://github.com/aaron-bond/better-comments/issues/418#issuecomment-1183568489

It would be great if this could be added to the Ansible extension, so I can still see the benefits of Better Comments when a file is set to the Ansible language.

Alternatives

I've opened a request on the Better Extension side, but though to ask from the Ansible extension side as well https://github.com/aaron-bond/better-comments/issues/434

Additional context

No response

MallocArray avatar Oct 14 '22 19:10 MallocArray