MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / startNodeLanguageServer

Function startNodeLanguageServer

packages/lsp/src/server/index.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 * Starts a new language server communicating from a Node.js process with a parent Node.js.
93 */
94export function startNodeLanguageServer() {
95 startLanguageServer(createNodeConnection(NodeProposedFeatures.all));
96}

Callers 1

index.tsFile · 0.90

Calls 1

startLanguageServerFunction · 0.85

Tested by

no test coverage detected