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'm pretty new to vscode, so perhaps there are some assumptions that I'm not aware of here.
After installing this extension, I see that the key bindings perform their advertised function, but I also see that the top-level menu, which attempts to show the key bindings for functions, is now not accurate. For instance, it shows the "Save" function as being bound to "Ctrl+S", and "Save As..." being bound to "Ctrl+Shift+S", but those are actually bound to "Ctrl+X Ctrl+S" and "Ctrl+X Ctrl+W" (using the vscode syntax for keynames, not the extension syntax).
The text was updated successfully, but these errors were encountered:
I'm pretty new to vscode, so perhaps there are some assumptions that I'm not aware of here.
After installing this extension, I see that the key bindings perform their advertised function, but I also see that the top-level menu, which attempts to show the key bindings for functions, is now not accurate. For instance, it shows the "Save" function as being bound to "Ctrl+S", and "Save As..." being bound to "Ctrl+Shift+S", but those are actually bound to "Ctrl+X Ctrl+S" and "Ctrl+X Ctrl+W" (using the vscode syntax for keynames, not the extension syntax).
The text was updated successfully, but these errors were encountered: