From 8f8ae89be566aea94229d9e045b4ca78bf9e3169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Sat, 12 Jul 2025 04:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index faf3ee5..c7fe1ac 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,10 @@ Or right-click on the selected text -> Convert string to... ## 配置项 Configurations -| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 | -| ----------------------------------- | ------------------------------------------------------------ | ------------------------------ | ------ | -| `variable-conversion.disableFormat` | 定义哪些格式是禁用的
Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` | +| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 | +| --------------------------------------- | ------------------------------------------------------------ | --------------------------------- | ------ | +| `variable-conversion.disableFormat` | 定义哪些格式是禁用的
Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` | +| `variable-conversion.disablePathFormat` | 定义哪些路径风格是禁用的
Define which path formats are disabled. | `["windows_style", "unix_style"]` | `[]` | ## 支持的类型 Support Case