Skip to content

Commit cb3259e

Browse files
authored
Make sure opening an ipynb file activates the extension (microsoft#3873)
* Opening ipynb files should activate the extension * Add news entry
1 parent 1702fb1 commit cb3259e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

news/2 Fixes/3734.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Activate the extension when loading ipynb files

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
],
6060
"activationEvents": [
6161
"onLanguage:python",
62+
"onLanguage:jupyter",
6263
"onDebugResolve:python",
6364
"onCommand:python.execInTerminal",
6465
"onCommand:python.sortImports",

0 commit comments

Comments
 (0)