Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iCrawl/discord-vscode
🖋️ Update your discord status with a rich presence
https://github.com/iCrawl/discord-vscode
discord discord-presence discord-status vscode vscode-extension
Last synced: about 2 months ago
JSON representation
🖋️ Update your discord status with a rich presence
- Host: GitHub
- URL: https://github.com/iCrawl/discord-vscode
- Owner: iCrawl
- License: mit
- Created: 2017-11-23T13:03:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T16:50:29.000Z (4 months ago)
- Last Synced: 2024-10-29T15:21:08.199Z (about 2 months ago)
- Topics: discord, discord-presence, discord-status, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode
- Size: 3.61 MB
- Stars: 1,177
- Watchers: 7
- Forks: 1,616
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-discord - discord-vscode - Update your discord status with a rich presence. (Misc Resources)
- starred - iCrawl/discord-vscode - 🖋️ Update your discord status with a rich presence (TypeScript)
README
# Discord Presence
> Update your discord status with a rich presence.
## Features
- Shows what you are editing in VSCode
- Support for over 140 of the most popular languages
- 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## Troubleshooting
**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)
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## 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)