discord-vscode/README.md
Crawl eb60a54ac2
feat: join and spectate (#127)
* feat: test join and spectate

* feat: testing spectates

* feat: add spectate command

* fix: change it to spectate secret

* feat: allow and disable spectate

* feat: add join requests

* chore: add commands

* chore: bunch of logs

* chore: use latest vsls version

* chore: more logs

* hack: race conditions and autofilling

* fix: handle accepting and rejecting inside of vscode

* cleanup: remove logs and add comments

* chore: more comments

* feat: dynamically update party size

* feat: encode secrets and add changable partyId

* fix: change encoding

* fix: partyId

* chore: add feature to readme
2018-12-01 05:18:35 +01:00

47 lines
1.6 KiB
Markdown

# Discord Presence
> Update your discord status with the newly added rich presence.
<div align="center">
<p>
<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>
<a href="https://discord.gg/cZSWqAF">
<img src="https://canary.discordapp.com/api/guilds/424963290989461514/embed.png" alt="Discord server">
</a>
</p>
</div>
## Features
* Shows what you are editing in VSCode with no bullsh*t involved
* Support for over 80 of the most popular languages
* Enable/Disable Rich Presence for individual workspaces (enabled by default)
* Custom string support
* Respects Discords 15sec limit when it comes to updating your status
* Stable or Insiders build detection
* Debug mode detection
* Easily manually reconnect to Discord
* **(NEW)** VSCode Live Share support!
## Troubleshooting
### Can't connect to Discord? Check those:
https://github.com/iCrawl/discord-vscode/issues/77#issuecomment-435622205
https://github.com/iCrawl/discord-vscode/issues/85#issuecomment-417895483
## Contributing
1. [Fork the repository](https://github.com/iCrawl/discord-vscode/fork)!
2. Clone your fork: `git clone https://github.com/your-username/discord-vscode.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Commit your changes: `git commit -am 'Add some feature'`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request :D
## Author
**Discord Presence** © [iCrawl](https://github.com/iCrawl).
Authored and maintained by iCrawl.
> GitHub [@iCrawl](https://github.com/iCrawl)