Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Ignore] Update PSScriptAnalyzer issue template (#1585)
Make the PSScriptAnalyzer issue redirect template more explicit about what PSScriptAnalyzer handles in the PowerShell extension.
- Loading branch information
0388343
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that this isn't clear.
Code formatting for me works with Invoke-Formatter (provided by PSScriptAnalyzer) but it doesn't work at all when called from the VS Code PowerShell extension.
Are you sure I should raise that with them? What about everyone/anyone else with their issues?
0388343
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a fair point. Naturally if you've identified an issue that only occurs within the extension, that's our issue.
The vast majority of the formatting-related issues we get are ones where the formatting works, but it formats something "wrong" or different to how the user wants. Which is something PSScriptAnalyzer controls rather than us.
I'll change the description, but the longer it gets the less clear it becomes.
Can you also please open an issue to track your bug in https://github.com/PowerShell/vscode-PowerShell