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

Interface IPossiblePowerShellExe

src/platform.ts:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774interface IPossiblePowerShellExe extends IPowerShellExeDetails {
775 exists(): Promise<boolean>;
776 readonly suppressWarning: boolean;
777}
778
779class PossiblePowerShellExe implements IPossiblePowerShellExe {
780 constructor(

Callers 1

Implementers 1

PossiblePowerShellExesrc/platform.ts

Calls

no outgoing calls

Tested by

no test coverage detected