Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (18 loc) · 734 Bytes

Contributing

Development

  • npm run install:all
    • install package dependencies for both the extension and react webview source code.
  • install esbuild-problem-matchers extension
  • npx supabase start
  • npm run watch
    • compile vs code extension
  • press F5
    • to open a new window with the extension loaded

Publishing

  • increment package.json version
  • Add the details in the Changelog
  • Run npm run install:all
  • Run npm run vscode:prepublish
  • Run npx vsce package
  • Run npx vsce publish