Skip to content

Commit

Permalink
add onDebug activation
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Oct 9, 2017
1 parent 14ef606 commit 0aa2135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"Other"
],
"activationEvents": [
"onDebug",
"onLanguage:python",
"onCommand:python.python-debug.startSession",
"onCommand:python.execInTerminal",
Expand Down Expand Up @@ -1570,4 +1571,4 @@
"vscode": "^1.0.3",
"webpack": "^1.13.2"
}
}
}

1 comment on commit 0aa2135

@DonJayamanne
Copy link
Owner Author

@DonJayamanne DonJayamanne commented on 0aa2135 Oct 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.