microsoft / vscode-vs-keybindings

Visual Studio Keymap for Visual Studio Code
MIT License
55 stars 40 forks source link

Contributed "Navigate Back" mapping conflicts with default "Zoom out" mapping #19

Open el2iot2 opened 5 years ago

el2iot2 commented 5 years ago

The binding contributed for workbench.action.navigateBack conflicts with the default binding for the editor "Zoom Out" command. This was masked by vscode 37034 so that the Source of the new binding was "Default" instead of something more clear (like "vs-keybindings" as proposed here or here ). This led to me submitting an issue (now closed) here, but then ending up with this report.