question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I don't want to update clangd

See original GitHub issue

Hi all ! I don’t want to update clangd, How should I set it ?

[coc.nvim] clangd was not found on your PATH. :CocCommand clangd.install will install 14.0.3.

Here’s the coc-settings.json

{
  "clangd.path": "~/.config/coc/extensions/coc-clangd-data/install/14.0.0/clangd_14.0.0/bin/clangd",
  "Lua.telemetry.enable": true
}

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
minhanghuangcommented, May 23, 2022

coc-clangd version: 0.21.4

+ coc-clangd 0.21.4 ~/.config/coc/extensions/node_modules/coc-clangd

I set clangd.path in coc-settings.json, but when I open *.cpp file, neovim prompted to [coc.nvim] clangd was not found on your PATH. :CocCommand clangd.install will install 14.0.3

0reactions
fannheywardcommented, May 25, 2022

coc-clangd won’t delete this, try :CocCommand clangd.install to install it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started - What is clangd? - LLVM
You'll want a recent version of clangd. The current release is 13.0. After installing, clangd --version should print clangd version 13.0.0 or later....
Read more >
clangd extension for coc.nvim - GitHub
coc-clangd. This extension connects coc.nvim to the clangd language server. Quick Start. install Node.js. coc.nvim and coc-clangd run on Node.js.
Read more >
Clangd | CLion Documentation - JetBrains
Clangd is used in CLion as an additional C++ language engine (see C++ ... specify the list of warnings from Clangd that you...
Read more >
How to update LLVM and Clang on Mac OS X - Stack Overflow
Xcode 4.2.1 and 4.2 include LLVM 3.0 and Clang 3.0: ... If you don't need the Apple-supplied modifications and don't mind living on...
Read more >
Todays Ubuntu 22.04 updates seem to break Clang compiler
I won't copy paste it since I might edit it, and I don't want to edit in two different places. Share.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found