MCPcopy
hub / github.com/codeaashu/claude-code / getLspServerManager

Function getLspServerManager

src/services/lsp/manager.ts:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 * distinguish between pending, failed, and not-started states.
62 */
63export function getLspServerManager(): LSPServerManager | undefined {
64 // Don't return a broken instance if initialization failed
65 if (initializationState === 'failed') {
66 return undefined
67 }
68 return lspManagerInstance
69}
70
71/**
72 * Get the current initialization status of the LSP server manager.

Callers 5

callFunction · 0.85
callFunction · 0.85
callFunction · 0.85
isLspConnectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected