Skip to content

lencx/vsg

Repository files navigation

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

// setting.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.