MCPcopy
hub / github.com/PowerShell/vscode-powershell / IEditorServicesSessionDetails

Interface IEditorServicesSessionDetails

src/session.ts:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 Remote,
67}
68export 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
79export interface IPowerShellVersionDetails {
80 version: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected