Closed
Description
Is it possible to have a back button on the quick pick displayed for env creation.
This way when users go into kernel picker and choose the ability to create a kernel, then they can go back.
Else today when users hit the cancel button there's no way to know the user hit cancel
Suggestions:'
- When command is called from an extension add support for an argument which would indicate whether a back button is required
- If this new argument is prohibited an user hits the back button then throw a CancellationError (vscode error to notify of the cancellation)
- If the user hits cancel and dismisses the quick pick , then do as previous step