DiscordRPCVS
DiscordRPCVS copied to clipboard
Doesn't work out of the box
I was looking for some installation or initial configuration instructions but I can't seem to find any. How am I supposed to connect my discord account? Do I need to have discord set up a certain way? I saw in one of the .cs files that a list of file extensions are mentioned, but none match mine, do I need to fix this locally? None of this is mentioned.
You need to:
- Have Discord open on your machine.
- In Visual Studio, enable the extension and configure it under Tools in the menu bar.
- Open a solution or a file.
When the focused window (in VS) changes, the rich presence gets updated. So, if you don't see the presence in Discord, you can just open Solution Explorer and then focus back to your code to update it.
You can't really add your own file extensions. AFAIK, the images for file extensions are managed in Discord's Dev dashboard and only the owner can change those. There are no local image files you can add/remove.
If your file extensions don't match the ones that are currently available, only the image shouldn't work but it should still show the other details (file/solution names and time spent.)
Can be closed i assume?