Skip to content

Commit

Permalink
onDebug to onDebugResolve:type (#1181)
Browse files Browse the repository at this point in the history
* onDebug to onDebugResolve:type

* change engine version and specify type
  • Loading branch information
TylerLeonhardt authored Feb 9, 2018
1 parent daef966 commit 5ad413c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"publisher": "ms-vscode",
"description": "Develop PowerShell scripts in Visual Studio Code!",
"engines": {
"vscode": "^1.17.0"
"vscode": "^1.19.0"
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
Expand All @@ -26,7 +26,7 @@
},
"main": "./out/src/main",
"activationEvents": [
"onDebug",
"onDebugResolve:powershell",
"onLanguage:powershell",
"onCommand:PowerShell.NewProjectFromTemplate",
"onCommand:PowerShell.OpenExamplesFolder",
Expand Down

0 comments on commit 5ad413c

Please sign in to comment.