Skip to content

Commit f33e1fe

Browse files
authored
Remove experimental tag from formatting.provider setting (#18304)
1 parent e3f9cc3 commit f33e1fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,7 @@
600600
"yapf"
601601
],
602602
"scope": "resource",
603-
"type": "string",
604-
"tags": [
605-
"experimental"
606-
]
603+
"type": "string"
607604
},
608605
"python.formatting.yapfArgs": {
609606
"default": [],

0 commit comments

Comments
 (0)