An extension pack to maintain mandatory vscode extensions I use.
- update package.json as needed
- Install packages:
yarn install
- Package extension:
yarn package
- Circluate
*.vsix
file 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
*.vsix
file in the root of this repo and select it - Verify extension loaded by going to your list of
installed extensions
and search forMark Small
, if it is there, then so should all extensions it refers to be.