Skip to content

Commit ee0f6dc

Browse files
Merge pull request #123 from mrexodia/fix-clangd-windows
Fix platformId for clangd on Windows
2 parents f8b2bad + f5f2a11 commit ee0f6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multilspy/language_servers/clangd_language_server/runtime_dependencies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "Clangd",
1414
"description": "Clangd for Windows (x64)",
1515
"url": "https://github.com/clangd/clangd/releases/download/19.1.2/clangd-windows-19.1.2.zip",
16-
"platformId": "windows-x64",
16+
"platformId": "win-x64",
1717
"archiveType": "zip",
1818
"binaryName": "clangd.exe"
1919
},

0 commit comments

Comments
 (0)