edwinhuish / better-comments-next

https://marketplace.visualstudio.com/items?itemName=EdwinHuiSH.better-comments-next
MIT License
33 stars 2 forks source link

Does not work on VSCodium #20

Open joe2xyz opened 2 months ago

joe2xyz commented 2 months ago

Hi folks,

I'm not sure what's wrong but when I install aaron-bond.better-comments, it works. But when I uninstall aaron-bond.better-comments and install edwinhuish.better-comments-next, it doesn't work at all (tested on shellscript, python, nix). My configuration is very basic:

    "better-comments.multilineComments": true,
    "better-comments.tags": [
        {
            "tag": " !!",
            "color": "#ff2d00"
        },
        ...

And I'm running VSCodium (not VSCode) on Linux.

Thank you for improving and maintaining the extension! It doesn't work for me but I very much appreciate the work!

Thanks!

Joe

edwinhuish commented 2 months ago

Please show me your comment style.

PS: better-comments-next no longer support tags without space. See https://github.com/edwinhuish/better-comments-next/issues/2#issuecomment-1868548243

joe2xyz commented 2 months ago

Thank you for asking @edwinhuish . I do add a space: image

joe2xyz commented 2 months ago

And:

image

edwinhuish commented 2 months ago

Please make sure your editor detects the correct language

image

joe2xyz commented 2 months ago

I know, I tried it:

image

edwinhuish commented 2 months ago

I have tried, and there is no problem. Please try to disable all others extensions and try again.

joe2xyz commented 2 months ago

Thank you @edwinhuish , what's your setup? Mine is VSCodium on Linux.

edwinhuish commented 2 months ago

This doesn't seem to be related to the operating system. It's more likely that you have installed a shell extension, but it doesn't provide the language configuration json file. see: https://github.com/edwinhuish/better-comments-next/issues/11#issuecomment-1926772275