draivin / hsnips

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

TypeError: Cannot read property 'text' of undefined in hsnips-0.2.4 #99

Closed rioj7 closed 2 years ago

rioj7 commented 2 years ago

I get a lot of the following errors in the Developer Tools of VSC

TypeError: Cannot read property 'text' of undefined
    at /XXXX/.vscode/extensions/draivin.hsnips-0.2.4/out/extension.js:114:24
draivin commented 2 years ago

Hello, could you tell me how to reproduce this issue? Perhaps share your all.hsnips and relevant language hsnips file?

Also, does this happens in a specific language, or do you always get this error, regardless of the language of the file you are editing?