2025-09-30 08:31:04 +00:00

26 lines
836 B
JSON

{
"version": "21.1.0",
"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.0/clangd-windows-21.1.0.zip",
"hash": "9bcbb561dbc2214a6d03a6ed7e6bd0147776cca58e3b58a7f6df86a983ce1c22",
"extract_dir": "clangd_21.1.0"
}
},
"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"
}
}
}
}