VSCode doesn't save it in a file. When you have an extension installed, VSCode grabs keybindings from all installed extensions and load it during start-up.
You can open up the entire list of it as a JSON though. using
Preferences: Open Default Keyboard Shortcuts (JSON)
. This isn't opening a file that exists in the file system. It's just there for reference.