Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: wrong snippets directory in .vscode/extensions folder #182

Open
bamontales opened this issue Mar 13, 2025 · 0 comments
Open

[Bug]: wrong snippets directory in .vscode/extensions folder #182

bamontales opened this issue Mar 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@bamontales
Copy link

bamontales commented Mar 13, 2025

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: bun@1.2.4
  • Builder: -
  • User Config: compatibilityDate, devtools, runtimeConfig, modules, tailwindcss, shadcn
  • Runtime Modules: @nuxtjs/tailwindcss@6.13.2, shadcn-nuxt@1.0.3
  • 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.

Image

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

@bamontales bamontales added the bug Something isn't working label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant