mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
Find/Replace improvements.
Windows build fix. ecode: Minor fix in lspclient.json. Minor fix in features health.
This commit is contained in:
@@ -802,9 +802,9 @@ void LSPClientPlugin::loadLSPConfig( std::vector<LSPDefinition>& lsps, const std
|
||||
lsp.language = obj["language"];
|
||||
lsp.command = parseCommand( obj["command"] );
|
||||
lsp.name = obj["name"];
|
||||
lsp.url = obj.value( "url", "" );
|
||||
}
|
||||
|
||||
lsp.url = obj.value( "url", "" );
|
||||
lsp.commandParameters = obj.value( "command_parameters", lsp.commandParameters );
|
||||
if ( obj.contains( "initializationOptions" ) )
|
||||
lsp.initializationOptions = obj["initializationOptions"];
|
||||
|
||||
Reference in New Issue
Block a user