From c138e502cb6e7242bb06694bcacd7137ee11ade3 Mon Sep 17 00:00:00 2001 From: Jessica He Date: Thu, 14 Jul 2022 14:27:33 -0400 Subject: [PATCH] Update description for support of enforceQuoteStyle setting with experimental formatter Signed-off-by: Jessica He --- docs/Formatting.md | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/Formatting.md b/docs/Formatting.md index f5465ac8..6f27623d 100644 --- a/docs/Formatting.md +++ b/docs/Formatting.md @@ -146,8 +146,6 @@ will be formatted to: No changes to quotes will occur during formatting if `xml.format.enforceQuoteStyle` is set to `ignore`. -**Not supported by the experimental formatter.** - *** ### xml.format.preserveAttributeLineBreaks diff --git a/package.json b/package.json index 7f5f1fa9..b84974f2 100644 --- a/package.json +++ b/package.json @@ -275,7 +275,7 @@ "Ignore quote style formatting." ], "default": "ignore", - "markdownDescription": "Enforce `preferred` quote style (set by `#xml.preferences.quoteStyle#`) or `ignore` quote style when formatting. Default is `ignore`. Not supported by the experimental formatter. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatenforcequotestyle%22%7D%5D) for more information.", + "markdownDescription": "Enforce `preferred` quote style (set by `#xml.preferences.quoteStyle#`) or `ignore` quote style when formatting. Default is `ignore`. See [here](command:xml.open.docs?%5B%7B%22page%22%3A%22Formatting%22%2C%22section%22%3A%22xmlformatenforcequotestyle%22%7D%5D) for more information.", "scope": "window" }, "xml.format.experimental": {