From c97ed399637c0a399f3ed3bec04d55d38942e330 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 a8a94ada4027..89bb3f0c3b35 100644 --- a/package.json +++ b/package.json @@ -573,16 +573,12 @@ "type": "string" }, "python.locator": { - "default": "js", + "default": "native", "description": "%python.locator.description%", "enum": [ "js", "native" ], - "tags": [ - "onExP", - "preview" - ], "scope": "machine", "type": "string" },