From 0399549ac2b96ba92bb8d61697139410e9f069ce Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Tue, 8 Jul 2025 17:06:52 +0000 Subject: [PATCH] Remove onExp tag from nativel locator experiment and making it default --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index f113890ad97d..4d01fac26e88 100644 --- a/package.json +++ b/package.json @@ -579,16 +579,12 @@ "type": "string" }, "python.locator": { - "default": "js", + "default": "native", "description": "%python.locator.description%", "enum": [ "js", "native" ], - "tags": [ - "onExP", - "preview" - ], "scope": "machine", "type": "string" },