iCrawl / discord-vscode

🖋️ Update your discord status with a rich presence
https://marketplace.visualstudio.com/items?itemName=icrawl.discord-vscode
MIT License
1.19k stars 1.63k forks source link

"RPC" to "SDK" #1889

Closed akirataguchi115 closed 1 year ago

akirataguchi115 commented 1 year ago

https://discord.com/developers/docs/game-sdk/sdk-starter-guide

We should maybe change the wording to SDK as RPC is deprecated.

tipakA commented 1 year ago

RPC (the way of communication with the discord app) isn't deprecated. Discord-RPC (the standalone C++ SDK to implement RPC) is, as it was merged into the full Game SDK, and continues to be supported there just fine in form of Activities that slightly abstract over raw RPC.

Also fairly sure that this extension (or the discord-rpc JS package used under the hood) don't use any native code to even be able to use the deprecated SDK.

akirataguchi115 commented 1 year ago

Thanks for correcting me!