Skip to content

Commit de11b87

Browse files
author
Vandita Patidar
committed
Download code
1 parent c5104e2 commit de11b87

File tree

1 file changed

+2
-1
lines changed
  • packages/core/src/awsService/appBuilder/serverlessLand

1 file changed

+2
-1
lines changed

packages/core/src/awsService/appBuilder/serverlessLand/wizard.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import * as nls from 'vscode-nls'
66
import * as AWS from '@aws-sdk/types'
77
import * as vscode from 'vscode'
8-
import { Wizard } from '../../../shared/wizards/wizard'
8+
import { Wizard, WIZARD_BACK, WizardControl } from '../../../shared/wizards/wizard'
99
import * as path from 'path'
1010
import { createInputBox } from '../../../shared/ui/inputPrompter'
1111
import { createCommonButtons } from '../../../shared/ui/buttons'
@@ -22,6 +22,7 @@ export interface CreateServerlessLandWizardForm {
2222
pattern: string
2323
runtime: string
2424
iac: string
25+
assetName: string
2526
}
2627

2728
async function loadMetadata(): Promise<MetadataManager> {

0 commit comments

Comments
 (0)