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

更新文档描述;release version 1.0.7

This commit is contained in:
zhangbk1
2024-04-07 16:44:20 +08:00
parent a8f7420d18
commit efa2136959
5 changed files with 12 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ export function handleQuickPick() {
let text = document.getText(selection);
if (text.length === 0) {
vscode.window.showInformationMessage('Please select the variable you want to convert and try again.\n请选择需要转换的变量后重试');
vscode.window.showInformationMessage('请选择需要转换的变量后重试\nPlease select the variable you want to convert and try again.');
return;
}