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
I guess there are cases where it wouldn't be desirable to avoid escaping the closing brace. I wish there were some kind of JS API for defining snippet placeholders and transforms though.
snippet`this is a ${placeholder(1,'{test}')}${placeholder(1,text=>text.toUpperCase())}`
Steps to Reproduce:
The cursor should start outside the closing brace, and backspace should delete the closing brace as well.
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: