vscord icon indicating copy to clipboard operation
vscord copied to clipboard

Change status icon for each language?

Open hailey-39 opened this issue 2 years ago • 2 comments

If a user has specified an icon with the name of a file extension (in their own discrod app), use it.

hailey-39 avatar May 22 '23 12:05 hailey-39

This will require a REST call to discord api, i don't think that will be a good idea to implement, but i will leave this open for discussion on how many people want it

xhayper avatar May 25 '23 22:05 xhayper

It should theoretically be possible to use any image URL without making a request to the REST API. Instead of specifying an image key, you could specify an image URL.

I'm not sure about the implementation of Discord RPC used in vscord, but here's a minimal example with discord-rpc

code snippet rpc on discord

ItsPi3141 avatar May 10 '24 06:05 ItsPi3141