-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- Operating System: Linux
- Node Version: v22.14.0
- Nuxt Version: 3.16.0
- CLI Version: 3.22.5
- Nitro Version: 2.11.6
- Package Manager: [email protected]
- Builder: -
- User Config: compatibilityDate, devtools, runtimeConfig, modules, tailwindcss, shadcn
- Runtime Modules: @nuxtjs/[email protected], [email protected]
- Build Modules: -
What went wrong?
Snippets were not working on my Linux machine but working on my Windows PC. Upon checking the developer tools, the issue was about the snippets files were undetected or non-existent.
I go to the .vscode/extensions
folder and locate nuxtr
, then I found out that the snippets folder for nuxt
and nitro
were capitalized.
To fix the issue, just make the folder name to lowercase.
I don't know if it is isolated only on my machine, but just want to share this. So, others will be aware. Thanks.
How to reproduce it?
I don't know if it is reproducible, but currently I'm on EndeavourOS
. Just install the extension and test the snippets on your Nuxt project. See if it will appear.
As of this writing the version of Nuxtr is nuxtr.nuxtr-vscode-0.2.16
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working