Configuration for a single LSP server.
More...
#include <entropic/types/config.h>
|
| std::string | command |
| | Server command.
|
| |
| std::vector< std::string > | args |
| | Command arguments.
|
| |
| std::vector< std::string > | extensions |
| | File extensions.
|
| |
Configuration for a single LSP server.
- Version
- 1.8.1
Definition at line 533 of file config.h.
◆ args
| std::vector<std::string> entropic::LSPServerConfig::args |
Command arguments.
Definition at line 535 of file config.h.
◆ command
| std::string entropic::LSPServerConfig::command |
Server command.
Definition at line 534 of file config.h.
◆ extensions
| std::vector<std::string> entropic::LSPServerConfig::extensions |
File extensions.
Definition at line 536 of file config.h.
The documentation for this struct was generated from the following file: