Skip to content

Instantly share code, notes, and snippets.

@nanxstats
Created August 16, 2025 07:27
Show Gist options
  • Save nanxstats/d1071e98c6e353588dab935155b16b92 to your computer and use it in GitHub Desktop.
Save nanxstats/d1071e98c6e353588dab935155b16b92 to your computer and use it in GitHub Desktop.

Prepare

  • npm install
  • Make changes to source code
  • Run formatter and sort imports
  • Run tests (development workflow section in CLAUDE.md)
  • Run manual tests (manual testing section in CLAUDE.md)

Manifest

  • Bump version in package.json
  • npm install to update package-lock.json
  • Update CHANGELOG.md

Publish

  • git clone from main
  • vsce package - review file sizes
  • vsce publish x.y.z
  • Wait for hub verifying results
  • Draft GitHub release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment