# Install tooling
npm install
Hello!
# Preview — symlink the repo into your VS Code extensions folder, then reload the window
ln -s "$(pwd)" ~/.vscode/extensions/november-vscode
# Package a .vsix for local testing
npm run package
# Check what will be bundled
npm run ls
Publishing
# Bump version, commit, tag, and push
npm run release:patch # bumps patch (x.x.N)
npm run release:minor # bumps minor (x.N.0)
npm run release:major # bumps major (N.0.0)
# Package and open the marketplace upload page
npm run marketplace