MCPcopy Create free account
hub / github.com/bytebase/bytebase / initializeLSPClient

Function initializeLSPClient

frontend/src/react/components/monaco/lsp-client.ts:292–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290};
291
292export const initializeLSPClient = () => {
293 if (state.clientInitialized) {
294 return state.clientInitialized;
295 }
296 const job = initializeRunner();
297 state.clientInitialized = job;
298 return job;
299};
300
301export const executeCommand = async (
302 client: MonacoLanguageClient,

Callers 2

MonacoEditorFunction · 0.90
reconnectFunction · 0.85

Calls 1

initializeRunnerFunction · 0.70

Tested by

no test coverage detected