Skip to content

Commit fdf90cf

Browse files
authored
Enable notebooks behind LSP by default (#19750)
1 parent 8e19c47 commit fdf90cf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -916,12 +916,9 @@
916916
},
917917
"python.pylanceLspNotebooksEnabled": {
918918
"type": "boolean",
919-
"default": false,
919+
"default": true,
920920
"description": "%python.pylanceLspNotebooksEnabled.description%",
921-
"scope": "machine",
922-
"tags": [
923-
"experimental"
924-
]
921+
"scope": "machine"
925922
},
926923
"python.sortImports.args": {
927924
"default": [],

0 commit comments

Comments
 (0)