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

Doesn't play nice with WSL2. #93

Open futuremotiondev opened 11 months ago

futuremotiondev commented 11 months ago

Trying to get this working with WSL2 (Ubuntu) and failing. The only snippets showing are the default PowerShell extension snippets:

Code_a7WUjYa2re

Any chance you can look into why this is happening? Would love to have my snippets back when developing in WSL2.

Let me know if I can provide any information to help reproduce.

RandomFractals commented 11 months ago

@fmotion1 Could it be that you don't have any code snippets installed in VS Code on that Ubuntu machine?

We never tested it with WSL2 and snippets viewer code actually has a lot of direct file system api calls that might prevent it from working with remote file systems like in your scenario without changes.

Surprised to see PowerShell extension snippets show up there, and none of the built-in language snippets.

Can you share your Snippets Viewer settings?