clang-tools 22.0.0git
|
Clangd extension: parameters configurable at initialize time. More...
#include <Protocol.h>
Public Attributes | |
ConfigurationSettings | ConfigSettings |
std::optional< std::string > | compilationDatabasePath |
std::vector< std::string > | fallbackFlags |
bool | FileStatus = false |
Clients supports show file status for textDocument/clangd.fileStatus. |
Clangd extension: parameters configurable at initialize time.
LSP defines this type as any.
Definition at line 598 of file Protocol.h.
std::optional<std::string> clang::clangd::InitializationOptions::compilationDatabasePath |
Definition at line 603 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
ConfigurationSettings clang::clangd::InitializationOptions::ConfigSettings |
Definition at line 601 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
std::vector<std::string> clang::clangd::InitializationOptions::fallbackFlags |
Definition at line 607 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
bool clang::clangd::InitializationOptions::FileStatus = false |
Clients supports show file status for textDocument/clangd.fileStatus.
Definition at line 610 of file Protocol.h.
Referenced by clang::clangd::fromJSON().