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
Atm cutting (like copy-paste-ing) are left for VSCode to figure out. That also means that Tofu's smarter delete actions don't kick in, i.e. cutting this
({key: ≤value≥});
results in
({key: •});
instead of
({ key• });
The text was updated successfully, but these errors were encountered:
Atm cutting (like copy-paste-ing) are left for VSCode to figure out. That also means that Tofu's smarter delete actions don't kick in, i.e. cutting this
results in
instead of
The text was updated successfully, but these errors were encountered: