You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found myself regularly using sn-vcpkg to play around with C examples, e.g. sn-vcpkg clang cairo -- test.c - problem is that I don't have clangd working in test.c because it's missing compilation flags.
So I'd like something to generate compiler_flags.txt in locations managed by sn-vcpkg.
For CLI I'd like to have a setup-clangd subcommand or something
The text was updated successfully, but these errors were encountered:
See https://clang.llvm.org/docs/JSONCompilationDatabase.html#alternatives
I've found myself regularly using sn-vcpkg to play around with C examples, e.g.
sn-vcpkg clang cairo -- test.c
- problem is that I don't haveclangd
working in test.c because it's missing compilation flags.So I'd like something to generate compiler_flags.txt in locations managed by sn-vcpkg.
For CLI I'd like to have a
setup-clangd
subcommand or somethingThe text was updated successfully, but these errors were encountered: