Replies: 0 comments 1 reply
-
I was looking for this ... I needed the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am trying to get lsp working. Using
clangd
(not vscode's extension). Generated compile commands using./configure -C
as https://github.com/nodejs/node/blob/c923ce7414e2c7135afb00847d7b2e071a4f2317/configure.py#L863-L867But when trying to start lsp, first I got
memory not found
which fixed by specifying include pathBut now, diagnostics is filled with
Is there any documentation on standard configuration? Even if for vscode extension's.
Distributor ID: Pop Description: Pop!_OS 22.04 LTS Release: 22.04 Codename: jammy
Might I have missed some document that outlines this?
Thanks in advance.
Edit:: forgot to mention, build works just fine.
Edit2: switching to gnu++17 in .clangd did not help either. Noticed std in compile_commands.
Beta Was this translation helpful? Give feedback.
All reactions