We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daef966 commit 5ad413cCopy full SHA for 5ad413c
package.json
@@ -5,7 +5,7 @@
5
"publisher": "ms-vscode",
6
"description": "Develop PowerShell scripts in Visual Studio Code!",
7
"engines": {
8
- "vscode": "^1.17.0"
+ "vscode": "^1.19.0"
9
},
10
"license": "SEE LICENSE IN LICENSE.txt",
11
"homepage": "https://github.com/PowerShell/vscode-powershell/blob/master/README.md",
@@ -26,7 +26,7 @@
26
27
"main": "./out/src/main",
28
"activationEvents": [
29
- "onDebug",
+ "onDebugResolve:powershell",
30
"onLanguage:powershell",
31
"onCommand:PowerShell.NewProjectFromTemplate",
32
"onCommand:PowerShell.OpenExamplesFolder",
0 commit comments