Skip to content

Commit c97ed39

Browse files
committed
Remove onExp tag from nativel locator experiment and making it default
1 parent 3a996cc commit c97ed39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,16 +573,12 @@
573573
"type": "string"
574574
},
575575
"python.locator": {
576-
"default": "js",
576+
"default": "native",
577577
"description": "%python.locator.description%",
578578
"enum": [
579579
"js",
580580
"native"
581581
],
582-
"tags": [
583-
"onExP",
584-
"preview"
585-
],
586582
"scope": "machine",
587583
"type": "string"
588584
},

0 commit comments

Comments
 (0)