diff --git a/Cargo.lock b/Cargo.lock index 27a5352..bcce30d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,7 +125,7 @@ dependencies = [ [[package]] name = "discord-presence-lsp" -version = "0.5.1" +version = "0.6.0" dependencies = [ "discord-rich-presence", "git2", diff --git a/README.md b/README.md index b830279..42f998a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ You can configure state, details and git integration by changing Discord Presenc "lsp": { "discord_presence": { "initialization_options": { + // application id for the rich presence (required, keep it if you don't know what you're doing) + "application_id": "1263505205522337886" // Base url for all language icons "base_icons_url": "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/main/assets/icons/", diff --git a/lsp/Cargo.toml b/lsp/Cargo.toml index 9c06aea..fcbd076 100644 --- a/lsp/Cargo.toml +++ b/lsp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "discord-presence-lsp" -version = "0.5.1" +version = "0.6.0" edition = "2021" [dependencies]