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
When I have a line like this: t() | t() | t()
And I try to use vscode-input-sequence to insert sequential numbers in the parentheses, it comes out as: t(1) | t2) | 3)
The text was updated successfully, but these errors were encountered:
When I have a line like this:
t() | t() | t()
And I try to use vscode-input-sequence to insert sequential numbers in the parentheses, it comes out as:
t(1) | t2) | 3)
The text was updated successfully, but these errors were encountered: