Extension for Zed that adds support for Discord Rich Presence using LSP
Find a file
2024-07-21 15:29:43 +02:00
.github ci: use x86_64 brew on x86_64-apple-darwin 2024-07-21 15:29:43 +02:00
lsp build: bump lsp version 2024-07-21 13:54:27 +02:00
scripts feat: support more languages 2024-07-20 14:10:02 +02:00
src fix: download from download_url, not name 2024-07-19 19:50:17 +02:00
.gitignore feat: initialization 2024-07-19 00:05:53 +02:00
Cargo.lock build: bump lsp version 2024-07-21 13:54:27 +02:00
Cargo.toml ci: add release & actions 2024-07-19 16:26:21 +02:00
extension.toml feat: support more languages 2024-07-20 14:10:02 +02:00
LICENSE feat: initialization 2024-07-19 00:05:53 +02:00
README.md docs: missing break line in requirements section 2024-07-19 23:58:18 +02:00

Zed discord presence is an extension for Zed that adds support for Discord Rich Presence 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 is required for installing this extension.
The easiest way to get rust is by using rustup

How to install?

  1. Clone this repository
  2. CTRL + SHIFT + P and select zed: install dev extension
  3. Choose the directory where you cloned this repository
  4. Enjoy :)