2024-04-16 13:11:49 +00:00

26 lines
836 B
JSON

{
"version": "18.1.3",
"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/18.1.3/clangd-windows-18.1.3.zip",
"hash": "3d287d39bab29406f002ff80b939668e59e25ef72346d8f38826305016e45896",
"extract_dir": "clangd_18.1.3"
}
},
"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"
}
}
}
}