Skip to content

Commit 3385925

Browse files
committed
Remove confirmation in progress
Not really needed, we don't have it for other steps and less transitions are easier on eyes.
1 parent d3293a7 commit 3385925

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/plugins/setup.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,7 @@ export default createPlugin(
179179
checkIsLicenseValid(outputChannel),
180180
),
181181
);
182-
if (licenseIsValid) {
183-
progress.report({
184-
message: "License verified successfully...",
185-
});
186-
} else {
182+
if (!licenseIsValid) {
187183
progress.report({
188184
message:
189185
"License is not valid or not assigned. Open License settings page to activate it.",

0 commit comments

Comments
 (0)