https://github.com/ioexcept10n/discordrichpresenceforvs
An extension to make Discord Rich Presence in Visual Studio 2022
https://github.com/ioexcept10n/discordrichpresenceforvs
csharp discord extension rich-presence visual-studio
Last synced: 7 months ago
JSON representation
An extension to make Discord Rich Presence in Visual Studio 2022
- Host: GitHub
- URL: https://github.com/ioexcept10n/discordrichpresenceforvs
- Owner: IOExcept10n
- License: agpl-3.0
- Created: 2022-12-03T17:09:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T17:01:50.000Z (over 3 years ago)
- Last Synced: 2025-01-07T19:55:46.971Z (over 1 year ago)
- Topics: csharp, discord, extension, rich-presence, visual-studio
- Language: C#
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Discord Rich Presence extension for Visual Studio 2022
This project is an based on [1TheNikita's extension](https://github.com/1thenikita/Visual-Studio).
All visual resources e.g. icons
and languages logos used here are their creators' property
If you have any questions about extension, you can open an issue or write me
## How to start
Just install the extension and open any solution, and your activity will be shown in your discord profile


## Settings
You can also set up the presence in the settings window
(Extensions -> Discord Rich Presence -> Settings)

The window contain following preferences:
* **Is Presence Enabled** – globally enables or disables presence
* **Show file name** - enables or disables displaying file name
* **Show solution name** - enables or disables displaying solution name
* **Show timestamp - enables** or disables the timestamp on your user card
* **Reset timestamp on file change** - if disabled, shows total time spent in VS since solution open
* **Large language image** - toggles what will be large image and what will be small - editor logo or language logo
* **Is secret mode active** - activates "secret mode" -
in this mode you will present that you're in Visual Studio,
but will not show any specific data about file, solution etc.
* **Load on startup** - needed to load the extension on VS startup
or on solution opening
* **Use English presence** - if disabled,
the presence will be shown on your language*
* **Files and directories blacklist** -
you can load here any text file contains gitignore-like syntax
to filter files and folders you don't want to show them to anyone.
If you open file that is blacklist,
presence will be disabled while you're in this file.
By default, file dialog filter files ends with ".ignore"
to show that files are like gitignore files.
*-you can help with translating it to your language.
All localizations are in Translation.\*.resx files,
so you can make its version for your language.