No description
.vscode | ||
assets | ||
src | ||
.gitattributes | ||
.gitignore | ||
.vscodeignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json |
Discord Presence
Update your discord status with the newly added rich presence.
This is currently in heavy development, so while it does work it is still not very feature rich.
Give me a little bit of time and this will be resolved! 😉
Features
- Shows what you are editing in VSCode with no bullsh*t involved
- Support for over 50 of the most popular languages
- Enable/Disable Rich Presence for individual workspaces (enabled by default)
- Automatic reconnect after losing internet or a discord restart/crash. (defaults to 20 reconnect attempts)
- Custom string support
The rich presence won't show after my PC has been put to sleep / after I lost internet!
It will only attempt to reconnect 20 times. After it hit that threshold you will have to manually enable it again.
Just open the command pallette and execute the enable command for the extension / or reload the window.
You can also set the reconnectThreshold in the settings to something very high, for example 9999 or Infinity to never stop trying to reconnect.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
Discord Presence © iCrawl.
Authored and maintained by iCrawl.
GitHub @iCrawl