vscode-powershell
vscode-powershell copied to clipboard
`comment-help` Snippet Cursor End Incorrect
Prerequisites
- [X] 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.
https://github.com/PowerShell/vscode-powershell/blob/ba1069c3edbb77a1c75b1cea6e7999dfc0d4ff1f/snippets/PowerShell.json#L206
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
[email protected]
Steps to Reproduce
1.) Type comment-help
2.) Tab complete into snippet
Visuals

Logs
N/A