Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Update Non-selection Actions #70

Merged
merged 5 commits into from
Aug 10, 2021
Merged

Update Non-selection Actions #70

merged 5 commits into from
Aug 10, 2021

Conversation

shanedell
Copy link
Collaborator

@shanedell shanedell commented Aug 9, 2021

…. have the extension exit silently whenever a program file or data file is not chosen, so cancel button is clicked or exit out of windows
@shanedell shanedell requested a review from jw3 August 9, 2021 15:39
.gitignore Outdated Show resolved Hide resolved
dapodilVersion = dapodilVersion?.includes("v") ? dapodilVersion : `v${dapodilVersion}`;

if (!dapodilVersion) {
throw new Error("You must select a version of the Daffodil Debugger to run");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We dont need an error if someone clicks outside the box or presses Esc to cancel. It just needs to abort the launch.

src/activateDaffodilDebug.ts Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not selecting from the version download should cancel the launch Improved error messages
3 participants