Replies: 1 comment
-
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
asnode/configure.py
Lines 863 to 867 in c923ce7
But 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