1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

更新 README.md

This commit is contained in:
2025-07-12 04:38:17 +08:00
parent 5d5bccbf6f
commit 8f8ae89be5

View File

@@ -84,9 +84,10 @@ Or right-click on the selected text -> Convert string to...
## 配置项 Configurations
| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 |
| ----------------------------------- | ------------------------------------------------------------ | ------------------------------ | ------ |
| `variable-conversion.disableFormat` | 定义哪些格式是禁用的<br />Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` |
| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 |
| --------------------------------------- | ------------------------------------------------------------ | --------------------------------- | ------ |
| `variable-conversion.disableFormat` | 定义哪些格式是禁用的<br />Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` |
| `variable-conversion.disablePathFormat` | 定义哪些路径风格是禁用的<br />Define which path formats are disabled. | `["windows_style", "unix_style"]` | `[]` |
## 支持的类型 Support Case