nixd
|
#include <Protocol.h>
Public Attributes | |
std::map< std::string, ClangdCompileCommand > | compilationDatabaseChanges |
Clangd extension: parameters configurable at any time, via the workspace/didChangeConfiguration
notification. LSP defines this type as any
.
Definition at line 558 of file lspserver/include/lspserver/Protocol.h.
std::map<std::string, ClangdCompileCommand> lspserver::ConfigurationSettings::compilationDatabaseChanges |
Definition at line 561 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().