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

README.md 添加 路径转换 描述内容;一些细节修修改改

This commit is contained in:
2024-12-15 01:55:14 +08:00
parent a03dd73727
commit 64207e10a6
6 changed files with 69 additions and 15 deletions

View File

@@ -122,7 +122,7 @@ export function handleQuickPick() {
// 显示推荐项列表
vscode.window.showQuickPick(options, {
matchOnDetail: true,
title: '请选择需要转换的命名类型...',
title: '请选择需要转换的命名方式...',
placeHolder: '点击转换,输入关键词可快速选择'
}).then(pickItem => {
if (!editor || pickItem === undefined) {