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