draivin / hsnips

HyperSnips: a powerful snippet engine for VS Code, inspired by vim's UltiSnips
MIT License
148 stars 23 forks source link

Everything stop working #183

Closed sleepymalc closed 6 months ago

sleepymalc commented 6 months ago

The newest version (0.2.9) make everything stop working. Specifically, at least one bug is now the command is not working normally:

image

@draivin This should be addressed ASAP

noisnemid commented 6 months ago

rollback to 0.2.7 or 0.2.8, move .hsnips files to the old directory and delete the globalstorage..../hsnips directory.

there 's something buggy in the new version i think, or my usage i wrote some js codes in the hsnips but it suddenly not working.

there might be some change to it's mechanisms, so i have to roll back to an older version.

if you are new to the 0.2.9, and you didn't want to use old versions, plz delete the old config directory which is C:\Users\XXXXXXXX\AppData\Roaming\Code\User\hsnips, for it confused the extension i think.

sleepymalc commented 6 months ago

I solve the issue by manually relocate .hsnips files into the correct directory.