Press Ctrl+Alt+G to open the current repository in GitHub.
Context Menu
Right click on any file in the Explorer and choose Open in GitHub.
Development
To build and package the extension:
# Install dependencies
bun install
# Build for development
bun run esbuild
# Build for production
bun run vscode:prepublish
# Package extension
bun run package