You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pcgeek86 and @dsolodow reported an issue at PowerShell/vscode-powershell#132 which states that the PSUseApprovedVerbs rule marks the entire function instead of just the function name if the function comes at the very beginning of the file without any newline before it. Here's a screenshot:
If I put one newline in front of the first function, the extent is marked correctly:
Seems like there must be an issue with the extent calculation here.
The text was updated successfully, but these errors were encountered:
@pcgeek86 and @dsolodow reported an issue at PowerShell/vscode-powershell#132 which states that the
PSUseApprovedVerbs
rule marks the entire function instead of just the function name if the function comes at the very beginning of the file without any newline before it. Here's a screenshot:If I put one newline in front of the first function, the extent is marked correctly:
Seems like there must be an issue with the extent calculation here.
The text was updated successfully, but these errors were encountered: