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

Project level snippets are not loaded #63

Closed usernamehw closed 3 years ago

usernamehw commented 3 years ago
  1. Create a snippet file in a workspace .vscode\asdf.code-snippets
{
    "asdf": {
        "body": "asdf",
        "prefix": "asdf"
    }
}
  1. Still only see a loading message
usernamehw commented 3 years ago

I guess it's a part of #47