2025-07-04 20:29:17 +00:00

26 lines
836 B
JSON

{
"version": "20.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/20.1.0/clangd-windows-20.1.0.zip",
"hash": "b1dd6c43522d85030a4b222142709c8691778bd45c2ad896c529eb95f7edfa8a",
"extract_dir": "clangd_20.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"
}
}
}
}