Skip to content

Commit e0703e4

Browse files
author
Diler Zaza
committed
feat(stepfunctions): add View by Execution ARN command and provider
1 parent 4f2d74e commit e0703e4

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

packages/core/package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"AWS.stepFunctions.executeStateMachine.info.executing": "Starting execution of '{0}' in {1}...",
3333
"AWS.stepFunctions.executeStateMachine.info.started": "Execution started",
3434
"AWS.stepFunctions.executeStateMachine.error.failedToStart": "There was an error starting execution for '{0}', check AWS Toolkit logs for more information.",
35+
"AWS.stepfunctions.viewExecutionDetailsByExecutionARN": "View Execution Details by Execution ARN",
3536
"AWS.stepFunctions.asl.format.enable.desc": "Enables the default formatter used with Amazon States Language files",
3637
"AWS.stepFunctions.asl.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",
3738
"AWS.stepFunctions.workflowStudio.actions.progressMessage": "Opening asl file in Workflow Studio",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "View By Execution ARN command launches a webview panel for Execution Details"
4+
}

packages/toolkit/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
5-
"version": "3.67.0-SNAPSHOT",
5+
"version": "3.63.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
@@ -3380,6 +3380,17 @@
33803380
}
33813381
}
33823382
},
3383+
{
3384+
"command": "aws.stepfunctions.viewExecutionDetailsByExecutionARN",
3385+
"title": "%AWS.command.stepFunctions.viewExecutionDetailsByExecutionARN%",
3386+
"category": "%AWS.title%",
3387+
"enablement": "isCloud9 || !aws.isWebExtHost",
3388+
"cloud9": {
3389+
"cn": {
3390+
"category": "%AWS.title.cn%"
3391+
}
3392+
}
3393+
},
33833394
{
33843395
"command": "aws.cdk.renderStateMachineGraph",
33853396
"title": "%AWS.command.cdk.previewStateMachine%",

0 commit comments

Comments
 (0)