Closed
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all 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
Using the comment-help
snippet there is a {0}
at the end which is confusing and a minor annoyance.
vscode-powershell/snippets/PowerShell.json
Line 206 in ba1069c
I'm hearing that it should be a $0
.
PowerShell Version
�[32;1mName Value�[0m
�[32;1m---- -----�[0m
PSVersion 7.2.5
PSEdition Core
GitCommitId 7.2.5
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Visual Studio Code Version
1.68.1
30d9c6cd9483b2cc586687151bcbcd635f373630
x64
Extension Version
ms-vscode.powershell-preview@2022.6.2
Steps to Reproduce
1.) Type comment-help
2.) Tab complete into snippet
Visuals
Logs
N/A