/vscode-activity-github

Show others what amazing projects you're working on!

Primary LanguageTypeScriptMIT LicenseMIT

VSCode Activity

Have you ever wanted to share what you're building with others? No? Me neither but it looks fun!

Installation

Get the extension on Visual Studio Code Marketplace or search by "VSCode Activity on Github" on your editor extensions.

Configuration

In order to get the extension to work you need to create an personal access token with the "user" permission and save it with the below setting and you're good to go!

{
    "activityGithub.auth.accessToken": "YOUR_TOKEN"
}