build: bump lsp to 0.6.0

This commit is contained in:
Jozef Steinhübl 2024-11-19 19:10:47 +01:00
parent bce54aed6f
commit c0df28876f
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 4 additions and 2 deletions

2
Cargo.lock generated
View file

@ -125,7 +125,7 @@ dependencies = [
[[package]] [[package]]
name = "discord-presence-lsp" name = "discord-presence-lsp"
version = "0.5.1" version = "0.6.0"
dependencies = [ dependencies = [
"discord-rich-presence", "discord-rich-presence",
"git2", "git2",

View file

@ -31,6 +31,8 @@ You can configure state, details and git integration by changing Discord Presenc
"lsp": { "lsp": {
"discord_presence": { "discord_presence": {
"initialization_options": { "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 url for all language icons
"base_icons_url": "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/main/assets/icons/", "base_icons_url": "https://raw.githubusercontent.com/xhyrom/zed-discord-presence/main/assets/icons/",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "discord-presence-lsp" name = "discord-presence-lsp"
version = "0.5.1" version = "0.6.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]