discord-vscode/README.md

71 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

# Discord Presence
2021-02-10 03:24:42 +00:00
2021-02-10 15:54:44 +00:00
> Update your discord status with a rich presence.
2017-11-23 13:06:21 +00:00
<div align="center">
<p>
2018-03-30 00:56:44 +00:00
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode">
2021-02-10 15:54:44 +00:00
<img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/icrawl.discord-vscode?label=Visual%20Studio%20Marketplace">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode">
<img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/icrawl.discord-vscode">
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode">
<img alt="Visual Studio Marketplace Rating" src="https://img.shields.io/visual-studio-marketplace/r/icrawl.discord-vscode">
2018-03-30 00:56:44 +00:00
</a>
2017-11-23 13:06:21 +00:00
</p>
2021-02-10 15:54:44 +00:00
<p>
<a href="https://open-vsx.org/extension/icrawl/discord-vscode">
<img alt="Open VSX Version" src="https://img.shields.io/open-vsx/v/icrawl/discord-vscode?label=OpenVSX%20Marketplace">
</a>
<a href="https://open-vsx.org/extension/icrawl/discord-vscode">
<img alt="Open VSX Downloads" src="https://img.shields.io/open-vsx/dt/icrawl/discord-vscode">
</a>
<a href="https://open-vsx.org/extension/icrawl/discord-vscode">
<img alt="Open VSX Rating" src="https://img.shields.io/open-vsx/rating/icrawl/discord-vscode">
</a>
</p>
2021-02-10 15:57:16 +00:00
<p>
<a href="https://discord.gg/cZSWqAF">
<img src="https://canary.discordapp.com/api/guilds/424963290989461514/embed.png" alt="Discord server">
</a>
</p>
2017-11-23 13:06:21 +00:00
</div>
2017-11-23 15:26:34 +00:00
## Features
2021-02-10 15:54:44 +00:00
- Shows what you are editing in VSCode
- Support for over 140 of the most popular languages
2021-02-10 03:24:42 +00:00
- Enable/Disable Rich Presence for individual workspaces (enabled by default)
- Custom string support
- Stable or Insiders build detection
- Debug mode detection
- Easily manually reconnect to Discord
2017-11-23 15:26:34 +00:00
## Troubleshooting
2018-03-30 00:56:44 +00:00
2021-02-10 15:54:44 +00:00
**Windows:** Do not run your VSCode or Discord as admin, there is no reason to and it just further complicates everything down the line.
**Linux:** Discord versions installed using `flatpak` or `snap` need modifications in order to support IPC. In order to avoid this (and as Discord itself suggests) you should download it from [discord.com](https://discord.com/download)
2021-02-10 03:24:42 +00:00
2021-02-10 15:54:44 +00:00
References:
https://github.com/flathub/com.discordapp.Discord/issues/29
https://github.com/iCrawl/discord-vscode/issues/77#issuecomment-435622205
https://github.com/iCrawl/discord-vscode/issues/85#issuecomment-417895483
2017-11-24 12:26:08 +00:00
2017-11-23 13:06:21 +00:00
## 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
2017-11-23 13:06:21 +00:00
## Author
2018-06-18 11:08:18 +00:00
**Discord Presence** © [iCrawl](https://github.com/iCrawl).
2017-11-23 13:06:21 +00:00
Authored and maintained by iCrawl.
> GitHub [@iCrawl](https://github.com/iCrawl)