Skip to content

Commit ddde043

Browse files
author
Diler Zaza
committed
removing unused properties
1 parent 4c744e6 commit ddde043

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/core/src/stepFunctions/executionDetails/executionDetailProvider.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,8 @@ export class ExecutionDetailProvider {
101101
// Set up the content
102102
panel.webview.html = await this.getWebviewContent()
103103
const context: ExecutionDetailsContext = {
104-
stateMachineName: executionArn.split(':').pop() || 'Unknown',
105104
panel,
106105
loaderNotification: undefined,
107-
fileId: executionArn,
108106
executionArn,
109107
}
110108

packages/core/src/stepFunctions/messageHandlers/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ export type WebviewContext = {
3131
}
3232

3333
export type ExecutionDetailsContext = {
34-
stateMachineName: string
3534
panel: vscode.WebviewPanel
36-
fileId: string
3735
loaderNotification: undefined | LoaderNotification
3836
executionArn: string
3937
}

0 commit comments

Comments
 (0)