discord-vscode/README.md

41 lines
1.7 KiB
Markdown
Raw Normal View History

# Discord Presence
2017-11-23 13:06:21 +00:00
> Update your discord status with the newly added rich presence.
<div align="center">
<p>
2017-11-27 00:15:50 +00:00
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode"><img src="https://vsmarketplacebadge.apphb.com/version/icrawl.discord-vscode.svg" alt="VS Code Marketplace"></a>
2017-11-23 15:24:09 +00:00
<a href="https://discord.gg/4aFThGU"><img src="https://discordapp.com/api/guilds/304034982475595776/embed.png" alt="Discord server" /></a>
2017-11-23 13:06:21 +00:00
</p>
</div>
2017-11-23 15:26:34 +00:00
## Features
2017-11-24 16:10:17 +00:00
* Shows what you are editing in VSCode with no bullsh*t involved
2017-11-26 13:28:55 +00:00
* Support for over 70 of the most popular languages
2017-11-24 16:10:17 +00:00
* Enable/Disable Rich Presence for individual workspaces (enabled by default)
2017-11-26 15:38:55 +00:00
* Automatic reconnect after losing internet or a discord restart/crash (defaults to 20 reconnect attempts)
2017-11-24 12:53:47 +00:00
* Custom string support
2017-11-26 15:38:55 +00:00
* Respects Discords 15sec limit when it comes to updating your status
2017-11-26 22:07:43 +00:00
* Stable or Insiders build detection
* Debug mode detection
2017-11-23 15:26:34 +00:00
2017-11-24 12:26:08 +00:00
## The rich presence won't show after my PC has been put to sleep / after I lost internet!
2017-11-24 12:53:47 +00:00
It will only attempt to reconnect 20 times. After it hit that threshold you will have to manually enable it again.
2017-11-24 12:56:31 +00:00
Just open the command pallette and execute the enable command for the extension / or reload the window.
2017-11-24 12:53:47 +00:00
You can also set the reconnectThreshold in the settings to something very high, for example 9999 or Infinity to never stop trying to reconnect.
2017-11-24 12:26:08 +00:00
2017-11-23 13:06:21 +00:00
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Author
**Discord Presence** © [iCrawl](https://github.com/iCrawl).<br>
2017-11-23 13:06:21 +00:00
Authored and maintained by iCrawl.
> GitHub [@iCrawl](https://github.com/iCrawl)