mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
file line detection: allow whitespace after shebang
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"id": "powershell",
|
||||
"extensions": [ ".ps1", ".psm1", ".psd1", ".pssc", ".psrc" ],
|
||||
"aliases": [ "PowerShell", "powershell", "ps", "ps1" ],
|
||||
"firstLine": "^#!/.*\\bpwsh\\b",
|
||||
"firstLine": "^#!\\s*/.*\\bpwsh\\b",
|
||||
"configuration": "./language-configuration.json"
|
||||
}],
|
||||
"grammars": [{
|
||||
|
||||
Reference in New Issue
Block a user