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

LSP integration configuration. More...

#include <entropic/types/config.h>

Public Attributes

bool enabled = true
 Enable LSP integration.
 
bool python_enabled = true
 Enable Python LSP.
 
bool c_enabled = true
 Enable C/C++ LSP.
 
std::unordered_map< std::string, LSPServerConfigservers
 Custom server overrides.
 

Detailed Description

LSP integration configuration.

Version
1.8.1

Definition at line 543 of file config.h.

Member Data Documentation

◆ c_enabled

bool entropic::LSPConfig::c_enabled = true

Enable C/C++ LSP.

Definition at line 546 of file config.h.

◆ enabled

bool entropic::LSPConfig::enabled = true

Enable LSP integration.

Definition at line 544 of file config.h.

◆ python_enabled

bool entropic::LSPConfig::python_enabled = true

Enable Python LSP.

Definition at line 545 of file config.h.

◆ servers

std::unordered_map<std::string, LSPServerConfig> entropic::LSPConfig::servers

Custom server overrides.

Definition at line 547 of file config.h.


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