diff --git a/src/extension.ts b/src/extension.ts index e03b61d..6a1f0a2 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -37,7 +37,7 @@ export function activate(context: vscode.ExtensionContext) { }); }); // Display a message box to the user - vscode.window.showInformationMessage(`已插入${title}`); + vscode.window.showInformationMessage(`已插入: ${title}`); } else { vscode.window.showWarningMessage('any-rule: 只有在编辑文本的时候才可以使用!'); }