Skip to content

Commit

Permalink
Update clangd to 15.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Feb 10, 2023
1 parent 40d3e4d commit 4216fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SETTINGS_FILENAME = "LSP-clangd.sublime-settings"
GITHUB_DL_URL = 'https://github.com/clangd/clangd/releases/download/'\
+ '{release_tag}/clangd-{platform}-{release_tag}.zip'
GITHUB_RELEASE = '15.0.1'
GITHUB_RELEASE = '15.0.6'

# Options under `initializationOptions` that are prefixed with this prefix
# aren't really `initializationOptions` but get converted to command line arguments
Expand Down

0 comments on commit 4216fb5

Please sign in to comment.