Skip to content

Commit e2947c5

Browse files
authored
Activate extension when command 'Create Terminal' is invoked (#632)
Fixes #631
1 parent 5a1dc67 commit e2947c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"onCommand:python.startREPL",
7979
"onCommand:python.goToPythonObject",
8080
"onCommand:python.setLinter",
81-
"onCommand:python.enableLinting"
81+
"onCommand:python.enableLinting",
82+
"onCommand:python.createTerminal"
8283
],
8384
"main": "./out/client/extension",
8485
"contributes": {

0 commit comments

Comments
 (0)