Is your feature request related to a problem? Please describe.
As a power user of Zowe Explorer, I'd rather not be prompted for confirmation when I right-click on a specific job and select "Delete Job".
Describe the solution you'd like
Add an option in VS Code settings for the "job delete confirmation" dialog. This should be on by default but the user can toggle it off if they want to skip the confirmation prompt.
Describe alternatives you've considered
I can continue to select "Yes" to the prompt every time it appears.
Additional context
With the dialog in place, it's impossible to test the "Delete Job" functionality from end-to-end through the VS Code extension. The DialogService in VS Code intentionally hides native prompts when the extension is in test mode, mostly to prevent tests from hanging/relying on them.
Is your feature request related to a problem? Please describe.
As a power user of Zowe Explorer, I'd rather not be prompted for confirmation when I right-click on a specific job and select "Delete Job".
Describe the solution you'd like
Add an option in VS Code settings for the "job delete confirmation" dialog. This should be on by default but the user can toggle it off if they want to skip the confirmation prompt.
Describe alternatives you've considered
I can continue to select "Yes" to the prompt every time it appears.
Additional context
With the dialog in place, it's impossible to test the "Delete Job" functionality from end-to-end through the VS Code extension. The
DialogServicein VS Code intentionally hides native prompts when the extension is in test mode, mostly to prevent tests from hanging/relying on them.