Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vsg - GitHub ExploreNew to Visual Studio Code? Get it now.
vsg - GitHub Explore

vsg - GitHub Explore

lencx

|
886 installs
| (0) | Free
Explore Github repositories directly from Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vsg

Explore Github repositories directly from Visual Studio Code.

Features

  • GitHub Trending
    • search languages
    • date range
    • layout

More Ideas


Usage

repo side

  1. Click the Side Bar button
  2. Press Ctrl+P or Cmd+P and type: >vsg: Open GitHub Explore

Extension Settings

  • Go to the Settings > Personal Access Tokens > New personal access token of your github profile.
  • Click Generate Token.
  • You will be presented with the generated token. Copy the token and add it below.
// settings.json
{
  "vsg": {
    "token": "xxxxxx",
    // layout: grid | list
    "search.layout": "grid",
    // search date range: yearly | monthly | weekly | daily
    "search.range": "weekly",
    // more languages: vsg/src/github/colors.json
    "search.language": "all_languages",
  }
}

Community

The vsg community can be found on GitHub Discussions, where you can ask questions, voice ideas.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft