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
Describe the bug
When you press single quote after a right parenthesis for matrix transpose, two single quotation marks are automatically inserted instead of one.
To Reproduce
Steps to reproduce the behavior:
Type zeros(1)
Hit the single quote key
Expected behavior
One single quotation mark should be inserted representing matrix transpose.
Thank you for reporting this! I am able to reproduce this on my side when typing the quote after a non-identifier character (but not after a number or letter - this works as expected).
It seems that this is stemming from VS Code's default behavior, and I'm not seeing anything in the language configuration guide which can tweak this behavior without fully removing quotes from being auto-closable (there is an autoCloseBefore value which can be specified, but no autoCloseAfter).
Describe the bug
When you press single quote after a right parenthesis for matrix transpose, two single quotation marks are automatically inserted instead of one.
To Reproduce
Steps to reproduce the behavior:
zeros(1)
Expected behavior
One single quotation mark should be inserted representing matrix transpose.
Useful Information
Version: 1.92.1 (system setup)
Commit: eaa41d57266683296de7d118f574d0c2652e1fc4
Date: 2024-08-07T20:16:39.455Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
The text was updated successfully, but these errors were encountered: