UseCorrectCasing removes <module>\
from <module>\<cmdlet>
in vscode-powershell
#2023
Labels
<module>\
from <module>\<cmdlet>
in vscode-powershell
#2023
Steps to reproduce
This does not happen if you have a file only containing:
Az.Monitor\Get-AzDataCollectionRuleAssociation
Thus:
VSCode
settings.json
contains:"powershell.codeFormatting.useCorrectCasing": true
.Create
temp.ps1
with following content:Save. The content becomes:
Expected behavior
Content should not change.
Actual behavior
Az.Monitor\
gets stripped.Environment data
The text was updated successfully, but these errors were encountered: