You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(stepfunctions): Enabling text box input to accept Execution ARNs (#7625)
## Problem
`View Execution Details by Execution ARN` command currently works only
as a button that opens a hardcoded execution ARN
## Solution
Modifying `View Execution Details by Execution ARN` command to now
prompt the user to input an Execution ARN which gets passed to
`ExecutionDetailProvider`. Invalid ARNs open a webview displaying `The
execution ARN is invalid.`
## Verification

---
- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
---------
Co-authored-by: Diler Zaza <[email protected]>
0 commit comments