Event / Command MapperThis extension allows commands to be bound to vscode events via settings. UsageExample: The following opens the debug view when starting a debugging session and toggles the sidebar visibility when the debug session is terminated
Once a new mapping has added you will need to reload VSCode which can be done via the reload window command The easiest way to find vscode events is via VSCode API The easiest way to find commands is by using the keyboard shortcuts UI within VSCode, if the command isn't shown under the keybinding then right click the keybind > copy command ID |