From 75cd7585efb3909d850bd18920e02a78b06e0cfa Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Tue, 1 Apr 2025 12:45:15 -0700 Subject: [PATCH] Set native repl to default to false, remove experiment --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index f63a8c90745f..f27adddcc524 100644 --- a/package.json +++ b/package.json @@ -639,11 +639,7 @@ "default": false, "description": "%python.REPL.sendToNativeREPL.description%", "scope": "resource", - "type": "boolean", - "tags": [ - "onExP", - "preview" - ] + "type": "boolean" }, "python.REPL.provideVariables": { "default": true,