()
| 124 | } |
| 125 | |
| 126 | export function getDefaultRuntimeSetting(): string { |
| 127 | return toRuntimeId(appSettings.value?.lsp?.runtime?.default) || AUTO_RUNTIME_ID; |
| 128 | } |
| 129 | |
| 130 | export function getServerRuntimeSetting(serverId: string): string { |
| 131 | const normalizedServerId = String(serverId || "") |
nothing calls this directly
no test coverage detected