An extension pack to maintain mandatory vscode extensions I use.
- update package.json as needed
- Install packages:
yarn install - Package extension:
yarn package - Circluate
*.vsixfile to anyone who needs it - Press
CTRL + SHIFT + P, to open the command palette - Type
vsix, to find the command to install a local extension - Locate your
*.vsixfile in the root of this repo and select it - Verify extension loaded by going to your list of
installed extensionsand search forMark Small, if it is there, then so should all extensions it refers to be.