Skip to content

Commit a29a83d

Browse files
authored
Add pwsh alias (microsoft#209063)
Commonly used for markdown blocks
1 parent a386ff3 commit a29a83d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/powershell/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"PowerShell",
2525
"powershell",
2626
"ps",
27-
"ps1"
27+
"ps1",
28+
"pwsh"
2829
],
2930
"firstLine": "^#!\\s*/.*\\bpwsh\\b",
3031
"configuration": "./language-configuration.json"

0 commit comments

Comments
 (0)