Skip to content

Commit

Permalink
add clangd version printout during clang server installation
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneSqr authored and mattn committed Oct 21, 2024
1 parent a76adeb commit e608a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/install-clangd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ filename() {

# Search for local clangd in PATH
if which "clangd" >/dev/null; then
clangd --version
exit 0
fi
for llvm_version in $(seq 30 -1 9); do
Expand Down

0 comments on commit e608a9d

Please sign in to comment.