()
| 46 | * tests on the same shard. |
| 47 | */ |
| 48 | export function _resetLspManagerForTesting(): void { |
| 49 | initializationState = 'not-started' |
| 50 | initializationError = undefined |
| 51 | initializationPromise = undefined |
| 52 | initializationGeneration++ |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Get the singleton LSP server manager instance. |
nothing calls this directly
no outgoing calls
no test coverage detected