Skip to content

Instantly share code, notes, and snippets.

@nanxstats
Last active September 14, 2025 20:40
Show Gist options
  • Select an option

  • Save nanxstats/d1071e98c6e353588dab935155b16b92 to your computer and use it in GitHub Desktop.

Select an option

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 AGENTS.md)
  • Run manual tests (manual testing section in AGENTS.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