Merge pull request #146459 from andschwa/patch-1

Delete built-in PowerShell snippets
This commit is contained in:
Martin Aeschlimann 2022-04-01 09:41:55 +02:00 committed by GitHub
commit 7889866189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 22 deletions

View file

@ -35,12 +35,6 @@
"scopeName": "source.powershell",
"path": "./syntaxes/powershell.tmLanguage.json"
}
],
"snippets": [
{
"language": "powershell",
"path": "./snippets/powershell.code-snippets"
}
]
},
"scripts": {

View file

@ -1,16 +0,0 @@
{
"Region Start": {
"prefix": "#region",
"body": [
"#region $0"
],
"description": "Folding Region Start"
},
"Region End": {
"prefix": "#endregion",
"body": [
"#endregion"
],
"description": "Folding Region End"
}
}