mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-12-04 03:31: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]]
|
[[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",
|
||||||
|
|
|
@ -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/",
|
||||||
|
|
||||||
|
|
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue