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

Interface ITestPlatform

test/core/platform.test.ts:16–21  ·  view source on GitHub ↗

* Describes a platform on which the PowerShell extension should work, * including the test conditions (filesystem, environment variables).

Source from the content-addressed store, hash-verified

14 * including the test conditions (filesystem, environment variables).
15 */
16interface ITestPlatform {
17 name: string;
18 platformDetails: platform.IPlatformDetails;
19 filesystem: FileSystem.DirectoryItems;
20 environmentVars: Record<string, string>;
21}
22
23/**
24 * A platform where the extension should find a PowerShell,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected