You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
However, the special characters in the prefix seem to break the snippet (it doesn't show up in autocomplete). At first I thought it might be because /* starts a comment, but changing the prefix to something like *** is also broken.
Changing the prefix to doc works, but if I set it to something like doc***, it breaks after typing the first * character.
I also tried escaping the characters with \ or \\, but neither of those helped. Any way to make this work?