chore: 修改提示文案

This commit is contained in:
宁宁 2019-08-02 16:35:45 +08:00
parent 03b21202c9
commit 679be73c20

View File

@ -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: 只有在编辑文本的时候才可以使用!');
}