Skip to content

Commit d9523e0

Browse files
authored
Turn on the native editor by default (#7777)
1 parent 9a8e0de commit d9523e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@
16081608
},
16091609
"python.dataScience.useNotebookEditor": {
16101610
"type": "boolean",
1611-
"default": false,
1611+
"default": true,
16121612
"description": "Automatically open .ipynb files in the Notebook Editor.",
16131613
"scope": "resource"
16141614
},

0 commit comments

Comments
 (0)