2026-01-19 08:32:02 +00:00

26 lines
836 B
JSON

{
"version": "21.1.8",
"description": "Language server for C/C++, by the LLVM project",
"homepage": "https://clangd.llvm.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/clangd/clangd/releases/download/21.1.8/clangd-windows-21.1.8.zip",
"hash": "aeb5a68414c4d10b0867a479c9f21593043cc6d122e39de61b3801c89ebd57fc",
"extract_dir": "clangd_21.1.8"
}
},
"bin": "bin\\clangd.exe",
"checkver": {
"github": "https://github.com/clangd/clangd"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/clangd/clangd/releases/download/$version/clangd-windows-$version.zip",
"extract_dir": "clangd_$version"
}
}
}
}