Skip to content

Create Python Environment: show a back button and ability to detect user cancellation #20274

Closed
@DonJayamanne

Description

@DonJayamanne

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

Metadata

Metadata

Assignees

Labels

area-environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorfeature-requestRequest for new features or functionalityneeds PRReady to be worked onpartner askverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions