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

Function cloneLspSettings

src/settings/lspConfigUtils.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import appSettings from "lib/settings";
3
4function cloneLspSettings() {
5 return JSON.parse(JSON.stringify(appSettings.value?.lsp || {}));
6}
7
8export function normalizeServerId(id) {
9 return String(id || "")

Callers 3

updateServerConfigFunction · 0.85
upsertCustomServerFunction · 0.85
removeCustomServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected