You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Environment
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 locatenuxtr
, then I found out that the snippets folder fornuxt
andnitro
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
The text was updated successfully, but these errors were encountered: