I am writing an extension that does things with keyboard shortcuts. I would like to read all current shortcuts and act accordingly. Currently I am reading them from this file:
~/Library/Application Support/Code/storage.json
Is there a way to pull that from vscode
module instead?