Skip to content

Commit

Permalink
Add Snippets to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corbob committed Jul 19, 2019
1 parent 71598b3 commit 9871ba5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@
"src/downloadPSES.ps1",
"README.md",
"LICENSE",
"Snippets",
"PowerShellEditorServices"
],
"contributes": {
"snippets": [
{
"language": "ps1",
"path": "Snippets/PowerShell.json"
}
],
"languages": [
{
"id": "ps1",
Expand Down

0 comments on commit 9871ba5

Please sign in to comment.