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