From c27b4d93b1baa3f36e2e42c10fc5374a80db3f23 Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Fri, 4 Oct 2019 13:30:26 -0700 Subject: [PATCH] Turn on the native editor by default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 212b52717918..07bd394e7ada 100644 --- a/package.json +++ b/package.json @@ -1608,7 +1608,7 @@ }, "python.dataScience.useNotebookEditor": { "type": "boolean", - "default": false, + "default": true, "description": "Automatically open .ipynb files in the Notebook Editor.", "scope": "resource" },