mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add more extensions to built-in PowerShell support
This change adds the .pssc and .psrc file extensions to the built-in PowerShell support.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"contributes": {
|
||||
"languages": [{
|
||||
"id": "powershell",
|
||||
"extensions": [ ".ps1", ".psm1", ".psd1" ],
|
||||
"extensions": [ ".ps1", ".psm1", ".psd1", ".pssc", ".psrc" ],
|
||||
"aliases": [ "PowerShell", "powershell", "ps", "ps1" ],
|
||||
"configuration": "./powershell.configuration.json"
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user