snipsnapdev / snipsnap-vscode

Snipsnap VS Code extension
MIT License
26 stars 6 forks source link

Unable to fetch snippets #32

Open mjbates7 opened 2 years ago

mjbates7 commented 2 years ago

Hello,

For some reason, there are no snippets available in the .vscode/snipsnap.code-snippets file.

All I get is this:

<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

I couldn't see any errors in the terminal/console either.

This is the same across multiple projects.

Any ideas?

GrimLink commented 2 years ago

I am having the same issue

robsonsobral commented 2 years ago

Is this extension still a living project?