I have started writing a GTK App in C, and since I am using clangd
as my language server, I want to configure it. The problem is, clangd
won't listen when I pass this as my compiler flags:
CompileFlags:
Add: [ $(pkg-config --cflags gtk4) ],
Remove: [ ],
Compiler: clang
I need to fix this if I want to make any use of the language server, so what do I do? (I use VSCode)