From ad6cc632f4062e93e2646ea7cd7df7abd58742a5 Mon Sep 17 00:00:00 2001 From: Anthony Kim Date: Fri, 20 Sep 2024 12:00:52 -0700 Subject: [PATCH] add experimental tag for enableShellIntegration --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dc0887402b8c..940409ede228 100644 --- a/package.json +++ b/package.json @@ -662,7 +662,10 @@ "default": false, "description": "%python.REPL.enableShellIntegration.description%", "scope": "resource", - "type": "boolean" + "type": "boolean", + "tags": [ + "experimental" + ] }, "python.REPL.enableREPLSmartSend": { "default": true,