2025-01-01 00:39:02 +00:00

26 lines
836 B
JSON

{
"version": "19.1.2",
"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/19.1.2/clangd-windows-19.1.2.zip",
"hash": "5b6ceb0f85d63fa0c2c9aab31c29bebd41dc11da1f160ef21bc2fea93270a20d",
"extract_dir": "clangd_19.1.2"
}
},
"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"
}
}
}
}