nixd
Loading...
Searching...
No Matches
lspserver::DeleteFileOptions Struct Reference

Options for DeleteFile operation. More...

#include <Protocol.h>

Public Attributes

std::optional< bool > recursive
 Delete the content recursively if a folder is denoted.
std::optional< bool > ignoreIfNotExists
 Ignore the operation if the file doesn't exist.

Detailed Description

Options for DeleteFile operation.

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

Member Data Documentation

◆ ignoreIfNotExists

std::optional<bool> lspserver::DeleteFileOptions::ignoreIfNotExists

Ignore the operation if the file doesn't exist.

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

Referenced by lspserver::toJSON().

◆ recursive

std::optional<bool> lspserver::DeleteFileOptions::recursive

Delete the content recursively if a folder is denoted.

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

Referenced by lspserver::toJSON().


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