Skip to content

Commit e153340

Browse files
committed
Delete built-in PowerShell snippets
These two snippets conflict with the PowerShell comment syntax (`<#`), and since snippet suggestions are enabled by default, it means it's not possible to type `<#` followed by an enter, which is very often desired. The enter unfortunately chooses to insert an entirely unhelpful `#endregion` snippet.
1 parent 86c90e6 commit e153340

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

extensions/powershell/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@
3535
"scopeName": "source.powershell",
3636
"path": "./syntaxes/powershell.tmLanguage.json"
3737
}
38-
],
39-
"snippets": [
40-
{
41-
"language": "powershell",
42-
"path": "./snippets/powershell.code-snippets"
43-
}
4438
]
4539
},
4640
"scripts": {

extensions/powershell/snippets/powershell.code-snippets

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)