vscode-open-in-github-button

Add a button to go to the GitHub on the status bar.

231
11
231
TypeScript
public

VS Code Open in GitHub Button

Visual Studio Marketplace Version

Add a button to go to the GitHub on the status bar.

Built on top of Open in GitHub.

Configuration

{
  // alignment of the label (default: left)
  "open-in-github-button.align": "left",
  // high priority make it appear first in the status bar (default: 0)
  "open-in-github-button.alignPriority": 0
}

Sponsors

License

MIT License © 2022 Anthony Fu

v0.3.3[beta]