Show GitHub notifications in VSCode.
Note
This package is in early alpha and is subject to change.
- Node 18.9 or higher
- VSCode 1.73 or higher
To run Ping, you'll need to create a .env.development file and fill in the fields as demonstrated in the empty .env. Then, run yarn in the repo root to install all dependencies, and yarn start in to start all package builders in watch mode.
yarn
yarn start- Build:
yarn build:dev- Run:
yarn devOpen Settings in VSCode, and search for "ping". Please enter:
- Ping: Api Key; Your MagicBell API Key
- Ping: User Hmac; Your MagicBell HMAC, which is a hash based on your GitHub username and the MagicBell project secret key.
- Ping: Username: Your GitHub username
It might be necessary to reload the window after changing the configuration.
Run yarn build && yarn vscode:deploy:local.
yarn build:dev
yarn vscode:deploy:local