mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 修改提示文案
This commit is contained in:
parent
03b21202c9
commit
679be73c20
@ -37,7 +37,7 @@ export function activate(context: vscode.ExtensionContext) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
// Display a message box to the user
|
// Display a message box to the user
|
||||||
vscode.window.showInformationMessage(`已插入${title}`);
|
vscode.window.showInformationMessage(`已插入: ${title}`);
|
||||||
} else {
|
} else {
|
||||||
vscode.window.showWarningMessage('any-rule: 只有在编辑文本的时候才可以使用!');
|
vscode.window.showWarningMessage('any-rule: 只有在编辑文本的时候才可以使用!');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user