nixd
|
#include <Protocol.h>
Public Attributes | |
std::string | workingDirectory |
std::vector< std::string > | compilationCommand |
Clangd extension that's used in the 'compilationDatabaseChanges' in workspace/didChangeConfiguration to record updates to the in-memory compilation database.
Definition at line 548 of file lspserver/include/lspserver/Protocol.h.
std::vector<std::string> lspserver::ClangdCompileCommand::compilationCommand |
Definition at line 550 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().
std::string lspserver::ClangdCompileCommand::workingDirectory |
Definition at line 549 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::fromJSON().