I want to make a custom GUI button for a specific keyboad command in vscode. I have read a related question's answer here. But it didn't answer about making a separate GUI button.
Suppose, I want to make a GUI button to run tasks.json whose keyboard shortcut is Ctrl+Shift+B.
How can I achieve this?