nixd
Loading...
Searching...
No Matches
Public Attributes | List of all members
lspserver::ClangdCompileCommand Struct Reference

#include <Protocol.h>

Public Attributes

std::string workingDirectory
 
std::vector< std::string > compilationCommand
 

Detailed Description

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.

Member Data Documentation

◆ compilationCommand

std::vector<std::string> lspserver::ClangdCompileCommand::compilationCommand

Definition at line 550 of file lspserver/include/lspserver/Protocol.h.

◆ workingDirectory

std::string lspserver::ClangdCompileCommand::workingDirectory

Definition at line 549 of file lspserver/include/lspserver/Protocol.h.


The documentation for this struct was generated from the following file: