Skip to content

Commit

Permalink
activate on python file open or startup finished (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellebore authored Jan 4, 2021
1 parent 25a8ad4 commit 5156c07
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 @@ -23,7 +23,8 @@
"Other"
],
"activationEvents": [
"workspaceContains:*.py"
"onLanguage:python",
"onStartupFinished"
],
"contributes": {
"commands": [
Expand Down

0 comments on commit 5156c07

Please sign in to comment.