MS Word, Sublime text, and others all support command-Y as the "redo" command on the Mac.
Please support this in VS Code as well.
You can add this to your keyboard settings: { "key": "cmd+y", "command": "redo", "when": "editorTextFocus" }
Added above to keybindings.json, which I accessed from Code->Preferences->Keyboard Shortcuts. Works great. Thanks.
On windows this work without doing any changes to the settings file.
Most helpful comment
You can add this to your keyboard settings:
{ "key": "cmd+y", "command": "redo", "when": "editorTextFocus" }