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
"AWS.samcli.initWizard.source.error.notInWorkspace": "Could not open file '{0}'. If this file exists on disk, try adding it to your workspace.",
462
463
"AWS.samcli.initWizard.completionMessage": "Created SAM application \"{0}\" and added launch configurations to launch.json: {1}",
463
464
"AWS.samcli.initWizard.launchConfigFail": "Created SAM application \"{0}\" but failed to generate launch configurations. You can generate these via CodeLens in the template or handler file.",
465
+
"AWS.samcli.initWizard.launchConfigFail.c9": "Created SAM application \"{0}\" but failed to generate launch configurations. You can generate these via Inline Action in the template or handler file.",
464
466
"AWS.pickDebugConfig.prompt": "Create a Debug Configuration from a CloudFormation Template",
465
467
"AWS.pickDebugConfig.noTemplate": "No Template",
466
468
"AWS.pickDebugConfig.noTemplate.detail": "Launch config will execute function in isolation, without referencing a CloudFormation template",
'Created SAM application "{0}" but failed to generate launch configurations. You can generate these via CodeLens in the template or handler file.',
232
-
config.name
233
-
),
230
+
isCloud9()
231
+
? localize(
232
+
'AWS.samcli.initWizard.launchConfigFail',
233
+
'Created SAM application "{0}" but failed to generate launch configurations. You can generate these via CodeLens in the template or handler file.',
234
+
config.name
235
+
)
236
+
: localize(
237
+
'AWS.samcli.initWizard.launchConfigFail.c9',
238
+
'Created SAM application "{0}" but failed to generate launch configurations. You can generate these via Inline Action in the template or handler file.',
0 commit comments