-
Notifications
You must be signed in to change notification settings - Fork 537
Open
Labels
Issue-BugA bug to squash.A bug to squash.Needs: TriageMaintainer attention needed!Maintainer attention needed!
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all open and closed issues to ensure it has not already been reported.
- I have read the troubleshooting guide.
- I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
- I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
- If this is a security issue, I have read the security issue reporting guidance.
Summary
I am experiencing a problem with Get-Help Get-Help in this extension. I think it should display AllUsersView but It is displaying only partial help.
PowerShell Version
PS> $PSVersionTable; $Host
Name Value
---- -----
PSVersion 7.5.4
PSEdition Core
GitCommitId 7.5.4
OS Microsoft Windows 10.0.26200
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Name : Visual Studio Code Host
Version : 2025.4.0
InstanceId : 992f2247-c9c5-4152-ba1b-977a956eb78e
UI : System.Management.Automation.Internal.Host.InternalHostUserInterface
CurrentCulture : zh-CN
CurrentUICulture : zh-CN
PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy
DebuggerEnabled : True
IsRunspacePushed : False
Runspace : System.Management.Automation.Runspaces.LocalRunspaceVisual Studio Code Version
PS> code --version
1.111.0
ce099c1ed25d9eb3076c11e4a280f3eb52b4fbeb
arm64Extension Version
PS> code --list-extensions --show-versions | Select-String powershell
ms-vscode.powershell@2025.4.0Steps to Reproduce
- Enter that command.
- Restart Visual Studio Code.
- In this extension,
The output has been shortened.
PS> Get-Help Get-Help ... REMARKS Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help. ...
Visuals
Logs
{"status":"started","languageServiceTransport":"NamedPipe","languageServicePipeName":"\\\\.\\pipe\\PSES_gkotstgj.xo3","debugServiceTransport":"NamedPipe","debugServicePipeName":"\\\\.\\pipe\\PSES_pqjnz0mv.gho","powerShellVersion":"7.5.4"}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugA bug to squash.A bug to squash.Needs: TriageMaintainer attention needed!Maintainer attention needed!