Skip to content

Commit 5ad413c

Browse files
onDebug to onDebugResolve:type (#1181)
* onDebug to onDebugResolve:type * change engine version and specify type
1 parent daef966 commit 5ad413c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {
8-
"vscode": "^1.17.0"
8+
"vscode": "^1.19.0"
99
},
1010
"license": "SEE LICENSE IN LICENSE.txt",
1111
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
@@ -26,7 +26,7 @@
2626
},
2727
"main": "./out/src/main",
2828
"activationEvents": [
29-
"onDebug",
29+
"onDebugResolve:powershell",
3030
"onLanguage:powershell",
3131
"onCommand:PowerShell.NewProjectFromTemplate",
3232
"onCommand:PowerShell.OpenExamplesFolder",

0 commit comments

Comments
 (0)