RandomFractals / vscode-snippets-viewer

Snippets viewer for VSCode
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.snippets-viewer
GNU General Public License v3.0
8 stars 1 forks source link

CSS snippets not showing in sidebar #92

Closed matthewjrallen closed 8 months ago

matthewjrallen commented 1 year ago

I have a css.json file with a css snippet in there but it's not showing in the snippets viewer. Other types are showing.

Screenshot 2023-05-24 at 15 37 55
smallma commented 1 year ago

same issue, also need scss and json

RandomFractals commented 1 year ago

See if you need to toggle snippets viewer settings. Support for user-defined snippets was added in #12.

Also, you should add language to your snippet. See #47 for more info.