Skip to content

Commit

Permalink
build: bump lsp to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Nov 19, 2024
1 parent bce54ae commit c0df288
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/",

Expand Down
2 changes: 1 addition & 1 deletion lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-presence-lsp"
version = "0.5.1"
version = "0.6.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit c0df288

Please sign in to comment.