| 47 | } |
| 48 | |
| 49 | export interface IdeInfo { |
| 50 | ideName: string; |
| 51 | ideVersion: string; |
| 52 | } |
| 53 | |
| 54 | export class LanguageServerServiceWorkerClient { |
| 55 | // Note that the URL won't refresh post-initialization. |
nothing calls this directly
no outgoing calls
no test coverage detected