MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / hideLspStatus

Function hideLspStatus

src/components/lspStatusBar/index.js:289–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 * Hide the LSP status bar (legacy support - hides all)
288 */
289export function hideLspStatus() {
290 activeProgress.clear();
291 hideStatusBar();
292}
293
294/**
295 * Update a progress item

Callers

nothing calls this directly

Calls 2

hideStatusBarFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected