mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-12-03 11:11:06 +01:00
build: bump lsp to 0.6.0
This commit is contained in:
parent
bce54aed6f
commit
c0df28876f
3 changed files with 4 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -125,7 +125,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "discord-presence-lsp"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"discord-rich-presence",
|
||||
"git2",
|
||||
|
|
|
@ -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/",
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "discord-presence-lsp"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue