Nathan Ridge
Nathan Ridge
I think it _could_ be handled at the server level (via `onTypeFormatting`), and indeed we have https://github.com/clangd/clangd/issues/174 on file for that. But it's interesting to know that there are vscode...
Looked into this a bit. The vscode feature that prompts you to trust a workspace when opening it is called **Workspace Trust** ([user documentation](https://code.visualstudio.com/docs/editor/workspace-trust), [extension author documentation](https://code.visualstudio.com/api/extension-guides/workspace-trust)). The clangd feature...
> But once all the configuration is applied, users still have the prompt displayed by clangd extension and sometime users click on the wrong button (No), that generates lot of...
> I think they have this prompt too. At least I have it when I start from strach Right, so my proposal is "when they see that prompt, the additional...
Perhaps it would make sense for clangd to support a "reload CDBs" message which an extension could invoke to trigger reloading CDBs without a restart?
> Interestingly, until recently this used to work. I'm not sure how or why the behaviour changed. In particular, I'm not seeing any recent updates to the Tomboy package in...
> Starting tomboy from the commandline may give you a hint. Curiously, when I start it from the command line, it doesn't open a window at all. It just hangs....
I should note that this issue happens one of my machines running Debian 9, but not another. So I think it's indeed likely that it's just crashing on the one...
This _just_ started happening on another one of my Debian 9 machines. I just upgraded the kernel from 4.9 to 4.14, I wonder if that is related...
> I just upgraded the kernel from 4.9 to 4.14, I wonder if that is related... Doesn't seem that way: * Rebooted into 4.9 kernel --> problem is gone *...