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

#include <Protocol.h>

Collaboration diagram for lspserver::FileStatus:
[legend]

Public Attributes

URIForFile uri
 The text document's URI.
 
std::string state
 

Detailed Description

Clangd extension: indicates the current state of the file in clangd, sent from server via the textDocument/clangd.fileStatus notification.

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

Member Data Documentation

◆ state

std::string lspserver::FileStatus::state

The human-readable string presents the current state of the file, can be shown in the UI (e.g. status bar).

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

◆ uri

URIForFile lspserver::FileStatus::uri

The text document's URI.

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


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