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
Copy file name to clipboardExpand all lines: packages/core/package.nls.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
"AWS.configuration.description.suppressPrompts": "Prompts which ask for confirmation. Checking an item suppresses the prompt.",
21
21
"AWS.configuration.enableCodeLenses": "Enable SAM hints in source code and template.yaml files",
22
22
"AWS.configuration.description.resources.enabledResources": "AWS resources to display in the 'Resources' portion of the explorer.",
23
-
"AWS.configuration.description.featureDevelopment.allowRunningCodeAndTests": "Allow /dev to run code and test commands",
23
+
"AWS.configuration.description.featureDevelopment.allowRunningCodeAndTests": "Allow /dev to run code and test commands",
24
24
"AWS.configuration.description.experiments": "Try experimental features and give feedback. Note that experimental features may be removed at any time.\n * `jsonResourceModification` - Enables basic create, update, and delete support for cloud resources via the JSON Resources explorer component.",
25
25
"AWS.stepFunctions.asl.format.enable.desc": "Enables the default formatter used with Amazon States Language files",
26
26
"AWS.stepFunctions.asl.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",
@@ -212,7 +212,6 @@
212
212
"AWS.command.s3.uploadFileToParent": "Upload to Parent...",
213
213
"AWS.command.stepFunctions.createStateMachineFromTemplate": "Create a new Step Functions state machine",
214
214
"AWS.command.stepFunctions.publishStateMachine": "Publish state machine to Step Functions",
215
-
"AWS.command.stepFunctions.previewStateMachine": "Render state machine graph",
216
215
"AWS.command.stepFunctions.openWithWorkflowStudio": "Open with Workflow Studio",
217
216
"AWS.command.cdk.previewStateMachine": "Render state machine graph from CDK application",
218
217
"AWS.command.copyLogResource": "Copy Log Stream or Group",
0 commit comments