Add pwsh alias (#209063)

Commonly used for markdown blocks
This commit is contained in:
Matt Bierner 2024-03-28 12:59:23 -07:00 committed by GitHub
parent a386ff325c
commit a29a83ddd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,8 @@
"PowerShell",
"powershell",
"ps",
"ps1"
"ps1",
"pwsh"
],
"firstLine": "^#!\\s*/.*\\bpwsh\\b",
"configuration": "./language-configuration.json"