Skip to content

Commit 4c4be47

Browse files
authored
Add experimental tag to formatting.provider setting (#18099)
1 parent fc87a69 commit 4c4be47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@
551551
"yapf"
552552
],
553553
"scope": "resource",
554-
"type": "string"
554+
"type": "string",
555+
"tags": ["experimental"]
555556
},
556557
"python.formatting.yapfArgs": {
557558
"default": [],

0 commit comments

Comments
 (0)