Explore Github repositories directly from Visual Studio Code.
- GitHub Trending
- search languages
- date range
- layout
- Click the
Side Bar
button - Press Ctrl+P or Cmd+P and type:
>vsg: Open GitHub Explore
- 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.
// 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",
}
}
The vsg community can be found on GitHub Discussions, where you can ask questions, voice ideas.