()
| 17 | } |
| 18 | |
| 19 | function getRuntimeSettings(): RuntimeSettings { |
| 20 | const runtime = appSettings.value?.lsp?.runtime; |
| 21 | return runtime && typeof runtime === "object" ? runtime : {}; |
| 22 | } |
| 23 | |
| 24 | function getWorkspaceRuntimeOverride( |
| 25 | settings: RuntimeSettings, |
no outgoing calls
no test coverage detected