Sam McCall
Sam McCall
What commands do you want to use before clangd is active, and what do you expect them to do?
Maybe this shouldn't be a visible option, just a way to "never ask again"
cpp_properties.json might have some advantages here for us to learn from - curious what you find more flexible about it specifically. Where do you prefer to store it for example....
> is there a way to turn off code formating when using coc-rename Not yet, but soon - once the config system lands we'd like to add a setting to...
> it is not customizable because it is a kind of presets I'm not sure about this: `-fallback-style` accepts the same options as `clang-format -style` which is used by `vim-clang-format`....
> FallbackStyle cannot be a custom style definition, it has to be a predefined style. Right - I was mistaken about the -fallback-style behavior, sorry. This could be fixed in...
Thanks for flagging this! Looks like we need to fix the filename scanning in node-clangd. I've hidden the 12 release to work around this for now. @kirillbobyrev fyi
The installer searches for a release asset containing "linux". Now we have release tools it needs to be tighter, searching for "clangd-linux" instead. However it'd be nice if we didn't...
@kabouzeid Yep, see https://github.com/clangd/node-clangd/pull/7/files (Sorry about the breakage, I didn't know there are other autoinstallers!)
Definitely open to re-adding them if we can find a default behavior that's reasonable to most people, or an optional behavior that's really useful. Can i ask precisely what behaviour...