Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

rukh-debug/vscode-github-rich-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-github-rich-presence

Just trying to butify github readme.

Preview

dark theme when offline white theme when online

How?

Since, this data is being sent from vscode, we need a extension. Here is the extension specifically built for this task.

Install the extension

Ctrl+P on vscode and paste https://marketplace.visualstudio.com/items?itemName=rubenkharel.github-vscode-richpresence then press enter.

After installing is successful, Ctrl+Shift+x on vscode to visit extension settings. Then paste @ext:rubenkharel.github-vscode-richpresence on search setting.

Then, configure it like this.

  1. Enter the endpoint of the socket. By default the server will have 9998 port. eg. https://yourdomain:9998/
  2. The update frequency (in sec). Set it to less then a minute to nearly have a live update.

Configure your extension

Setup the server

Hope you have a VPS. Install

$ git clone https://github.com/rubenkharel/vscode-github-rich-presence
$ cd github-vscode-rich-presence
$ npm install
$ node server2.js

To enable a corn job I reccomend installing pm2 pm2 after installing pm2 start the server with.

$ pm2 start server2.js

HELP I AM STUCK.

  • Create an issue.

inspired from Discord Rich Presence

About

Rich Presence Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published