From 4c4be47e6cd268813cc237262dd4bc7972a565b8 Mon Sep 17 00:00:00 2001 From: Luciana Abud <45497113+luabud@users.noreply.github.com> Date: Tue, 30 Nov 2021 10:57:20 -0800 Subject: [PATCH] Add experimental tag to formatting.provider setting (#18099) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72df60e13242..f803f6bf5949 100644 --- a/package.json +++ b/package.json @@ -551,7 +551,8 @@ "yapf" ], "scope": "resource", - "type": "string" + "type": "string", + "tags": ["experimental"] }, "python.formatting.yapfArgs": { "default": [],