# Discord Rich Presence
Remember to 🌟 this GitHub if you 💖 it.
> Fully customizable VS Code extension to get Discord Rich Presence integration
## 📌 Features
- Switch between 2 IDE names (`Code` and `Visual Studio Code`) [(preview)](https://streamable.com/apjd4g)
- Highly customizable in using the extension settings
- Shows what you're working on in Visual Studio Code
- Shows the amount of problems in your workspace
- Shows the number of lines in your file and which line you're editing
- Shows the git repository and branch you are working on
- Respects Discords 15sec limit when it comes to updating your status
- Support for over 130+ of the most popular languages
- Enable/Disable RPC for individual workspaces
- Custom string support
- Stable or Insiders build detection
- Debug mode detection
- Easily manually reconnect to Discord Gateway
- Idle indication when you tab out for a while
- Button that sends you to the GitHub repository
> All texts are fully customizable using variables and a multitude of config options



## 📥 Installation
### Prerequisites
**[Visual Studio Code](https://code.visualstudio.com/)** or **[Visual Studio Code Insiders](https://code.visualstudio.com/insiders/)**
### Install
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
```
ext install LeonardSSH.vscord
```
**OR**
Use the **[Extension Marketplace](https://code.visualstudio.com/docs/editor/extension-gallery)**

## 👨💻 Contributing
To contribute to this repository, feel free to create a new fork of the repository and submit a pull request.
1. Fork / Clone and select the `main` branch.
2. Create a new branch in your fork.
3. Make your changes.
4. Commit your changes, and push them.
5. Submit a Pull Request [here](https://github.com/LeonardSSH/vscord/pulls)!
## 🎉 Thanks
- [discordjs](https://github.com/discordjs/) - Creator of Discord RPC Client
- [iCrawl](https://github.com/iCrawl) - Creator of [discord-vscode](https://github.com/iCrawl/discord-vscode)
- [Satoqz](https://github.com/Satoqz) - Creator of [vscode-discord](https://github.com/Satoqz/vscode-discord/)
_Much of the code in this repository is based on [iCrawl/discord-vscode](https://github.com/iCrawl/discord-vscode) & [Satoqz/vscode-discord](https://github.com/Satoqz/vscode-discord). This extension would not exist without them._
## 📋 License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/LeonardSSH/vscord/blob/HEAD/LICENSE) file for details.