An open API service indexing awesome lists of open source software.

https://github.com/lencx/vsg

:octocat: Explore Github repositories directly from Visual Studio Code.
https://github.com/lencx/vsg

explore github-trending vscode-extension vsg

Last synced: 30 days ago
JSON representation

:octocat: Explore Github repositories directly from Visual Studio Code.

Awesome Lists containing this project

README

        

# vsg

> Explore Github repositories directly from Visual Studio Code.

## Features

- GitHub Trending
- search languages
- date range
- layout

[More Ideas](https://github.com/lencx/vsg/discussions/3)

---

## Usage

![repo side](https://raw.githubusercontent.com/lencx/vsg/main/readme-pic/vsg-side.png)

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`](https://github.com/settings/tokens/new?description=vsg&scopes=public_repo) of your github profile.
- Click Generate Token.
- You will be presented with the generated token. Copy the token and add it below.

```json5
// 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](https://github.com/lencx/vsg/discussions), where you can ask questions, voice ideas.