Copies the permalink of the main branch so that it can be shared with others regardless of what branch you're on.
You might need to run this locally to create the files in the out folder.
nvm use `cat .node-version` && npm run compileAnd then press F5 to launch a new window with the latest changes.
Run the following to create the .vsix file:
nvm use `cat .node-version` && \
npm install && \
npm run compile && \
vsce packageThis command assumes that you installed vsce, which can be done with npm install -g @vscode/vsce