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

Interface IPackageInfo

src/extension.ts:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 );
141
142 interface IPackageInfo {
143 name: string;
144 displayName: string;
145 version: string;
146 publisher: string;
147 }
148 const packageInfo: IPackageInfo = context.extension.packageJSON;
149
150 sessionManager = new SessionManager(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected