Shortcuts let you add useful icons to the bottom status bar. You can add/edit your own icon appearance, command and tooltip by changing the pre-defeind settings (no code needed!).
Commands' shortcuts:
Latest version of VSCode would be enough.
This extension contributes the following settings:
-
shortcuts.buttons
: define configurable buttons. Format:icon, command, tooltip
. Default settings:[ "file-binary , workbench.action.tasks.build , Run build task", "beaker , workbench.action.tasks.test , Run test task", "terminal , workbench.action.terminal.toggleTerminal , Toggle terminal panel", "telescope , workbench.action.showCommands , Show command palette", "bug, workbench.action.debug.start, Launch debug" ]
Go to preference > workspace settings to change these settings. The changes will be automatically loaded up after VSCode restart.
Commands are listed at vscode doc site. To find all icons list please check the link octicons.github.com
Please see: issues.
Initial release