From d10c2dd1c65ac5d97e563c4936666140ffb4a811 Mon Sep 17 00:00:00 2001 From: Dustin Breese Date: Tue, 20 Feb 2024 10:01:37 -0700 Subject: [PATCH 1/3] Refactored to return an error in callback. This way, user can at least see an issue, otherwise it was just silently failing without any notice. --- .../createSObjectLwcQuickActions.html | 13 +++++ src/commands/wizard/lwcGenerationCommand.ts | 55 +++++++++++-------- .../wizard/lwcGenerationCommand.test.ts | 8 ++- 3 files changed, 52 insertions(+), 24 deletions(-) diff --git a/resources/instructions/createSObjectLwcQuickActions.html b/resources/instructions/createSObjectLwcQuickActions.html index cd091d5..4ac8f5c 100644 --- a/resources/instructions/createSObjectLwcQuickActions.html +++ b/resources/instructions/createSObjectLwcQuickActions.html @@ -54,6 +54,10 @@

Create sObject LWC Quick Actions

+ +
+ +