| 66 | Remote, |
| 67 | } |
| 68 | export interface IEditorServicesSessionDetails { |
| 69 | status: string; |
| 70 | reason: string; |
| 71 | powerShellVersion: string; |
| 72 | channel: string; |
| 73 | languageServicePort: number; |
| 74 | debugServicePort: number; |
| 75 | languageServicePipeName: string; |
| 76 | debugServicePipeName: string; |
| 77 | } |
| 78 | |
| 79 | export interface IPowerShellVersionDetails { |
| 80 | version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected