Modifies the VSCode toolbar and context menu to include a few useful commands make VSCode sort of navigible without having to remember a bunch of commands with random names in the command pallete bucket of everything.
This is a personal project, any issues raised in this repo will be closed with no comment or response.
# ensure that the latest version of the vscode extension packaging tool is installed
npm install -g vsce
# change to the repo directory
cd <repo directory>
# ensure that all required extension npm packages are installed
npm install
# use vsce to compile and package the extension
vsce package
None