mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-10 00:18:06 +01:00
15 lines
707 B
Markdown
15 lines
707 B
Markdown
**Zed discord presence** is an extension for [Zed](https://zed.dev) that adds support for [Discord Rich Presence](https://discord.com/developers/docs/rich-presence/how-to) using LSP
|
|
|
|
Using LSP is a workaround for now (yeah, it's a bit hacky) but once Zed has proper extension support, I'll rewrite it.
|
|
|
|
### Requirements
|
|
|
|
[rust](https://rust-lang.org) is required for installing this extension. \
|
|
The easiest way to get [rust](https://rust-lang.org) is by using [rustup](https://rustup.rs)
|
|
|
|
### How to install?
|
|
|
|
1. Clone this repository
|
|
2. <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>P</kbd> and select <kbd>zed: install dev extension</kbd>
|
|
3. Choose the directory where you cloned this repository
|
|
4. Enjoy :)
|