mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
chore: fix typos
This commit is contained in:
@ -19,7 +19,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
vscode.window.showErrorMessage('Error Notification');
|
||||
});
|
||||
|
||||
// Notifcation with actions
|
||||
// Notification with actions
|
||||
const showWarningNotificationWithActions = vscode.commands.registerCommand('notifications-sample.showWarningWithActions', async () => {
|
||||
const selection = await vscode.window.showWarningMessage('Warning Notification With Actions', 'Action 1', 'Action 2', 'Action 3');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user