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

Resolve snippets tree view initialization when there are no user snippets #58

Closed RandomFractals closed 3 years ago

RandomFractals commented 3 years ago

for remote dev environments in browser.

  1. Codespaces:

image

  1. Gitpod:

image

RandomFractals commented 3 years ago

created some js user snippets to test both. still no luck due to diff. file path for /User/snippets in those remote workspace environments:

codespaces-user-data

remote-workspace-user-snippets-error

gitpod-user-snippets-error

RandomFractals commented 3 years ago

closing this for now as the actual error check has been added and I am not sure where User snippets are stored in those remote workspaces.