Entropic 2.3.8
Local-first agentic inference engine
Loading...
Searching...
No Matches
entropic::LSPServerConfig Struct Reference

Configuration for a single LSP server. More...

#include <entropic/types/config.h>

Public Attributes

std::string command
 Server command.
 
std::vector< std::string > args
 Command arguments.
 
std::vector< std::string > extensions
 File extensions.
 

Detailed Description

Configuration for a single LSP server.

Version
1.8.1

Definition at line 533 of file config.h.

Member Data Documentation

◆ 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: