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
Bug description
When pressing TAB after typing resetM, "resetMatrix()" appears in the predictive keyword list but when TAB is pressed, the text is replaced by "translate(x, y, z)".
To Reproduce
Steps to reproduce the behavior:
Type "resetM"
Press TAB
Expected behavior
resetM should be replaced by resetMatrix().
VSCode
OS: Windows 10 21H1
Version 1.60.1
The text was updated successfully, but these errors were encountered:
Hi Tobias. Thanks for your reply. There's no reason why resetMatrix() should be replaced with a translate(). Your proposed correction seems good to me.
Bug description
When pressing TAB after typing resetM, "resetMatrix()" appears in the predictive keyword list but when TAB is pressed, the text is replaced by "translate(x, y, z)".
To Reproduce
Steps to reproduce the behavior:
Expected behavior
resetM should be replaced by resetMatrix().
VSCode
The text was updated successfully, but these errors were encountered: