Skip to content

Use latest PlatyPS for module help#174

Merged
adamdriscoll merged 1 commit into
mainfrom
adamdriscoll-update-platyps-help
Jul 21, 2026
Merged

Use latest PlatyPS for module help#174
adamdriscoll merged 1 commit into
mainfrom
adamdriscoll-update-platyps-help

Conversation

@adamdriscoll

Copy link
Copy Markdown
Member

The VS Code extension modules were missing local Get-Help content, and the build still used the legacy PlatyPS package. This updates help generation to the supported Microsoft.PowerShell.PlatyPS 1.0.1 module and checks in generated command help for both packaged modules.

Summary:

  • Adds Markdown and external MAML help for PowerShellProTools.VSCode commands.
  • Expands PowerShellProTools command help beyond Merge-Script.
  • Wires the cmdlet and VS Code extension builds to generate help with Microsoft.PowerShell.PlatyPS 1.0.1.
  • Updates CI/publish setup docs to install the supported PlatyPS package.

Validation:

  • Imported and validated 31 Markdown help files with Microsoft.PowerShell.PlatyPS.
  • Verified Get-Help loads generated help for ConvertTo-WinForm and Show-VSCodeMessage.
  • Built HostInjection\PowerShellProTools.Common.csproj and PowerShellToolsPro.Cmdlets\PowerShellToolsPro.Cmdlets.csproj in Release.

Closes #132

Use Microsoft.PowerShell.PlatyPS 1.0.1 for help generation and add generated command help for the PowerShellProTools and PowerShellProTools.VSCode modules.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@adamdriscoll
adamdriscoll merged commit 6880417 into main Jul 21, 2026
1 check passed
@adamdriscoll
adamdriscoll deleted the adamdriscoll-update-platyps-help branch July 21, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VSCode extension: Add/complete help content for PowerShellProTools and PowerShellProTools.VSCode modules

1 participant