Skip to content

Commit 944c204

Browse files
authored
Set native repl to default to false, remove experiment (#24952)
Resolves: #24951
1 parent 18efcd6 commit 944c204

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -639,11 +639,7 @@
639639
"default": false,
640640
"description": "%python.REPL.sendToNativeREPL.description%",
641641
"scope": "resource",
642-
"type": "boolean",
643-
"tags": [
644-
"onExP",
645-
"preview"
646-
]
642+
"type": "boolean"
647643
},
648644
"python.REPL.provideVariables": {
649645
"default": true,

0 commit comments

Comments
 (0)