From 0aa2135f4147513c73314733f74ad815386e4dee Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Mon, 9 Oct 2017 10:47:12 -0700 Subject: [PATCH] add onDebug activation --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c764221f46cd..d4bd517c18ea 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "Other" ], "activationEvents": [ + "onDebug", "onLanguage:python", "onCommand:python.python-debug.startSession", "onCommand:python.execInTerminal", @@ -1570,4 +1571,4 @@ "vscode": "^1.0.3", "webpack": "^1.13.2" } -} +} \ No newline at end of file