Skip to content

lspeasy / core/src / selectServer

Function: selectServer()

ts
function selectServer(config, fileExt): ResolvedServer | null;

Defined in: packages/core/src/discover.ts:59

Parameters

ParameterType
configLspJson
fileExtstring

Returns

ResolvedServer | null

Released under the MIT License.