Skip to content

Commit 077aec0

Browse files
Merge master into feature/serverlessland
2 parents 17de0b3 + fb5bace commit 077aec0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/amazonq/.vscode/launch.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"name": "Extension",
1010
"type": "extensionHost",
1111
"request": "launch",
12-
"debugWebviews": true,
13-
"rendererDebugOptions": {
14-
"urlFilter": "*amazonwebservices.amazon-q-vscode*",
15-
"webRoot": "${workspaceFolder}"
16-
},
1712
"runtimeExecutable": "${execPath}",
1813
"args": ["--extensionDevelopmentPath=${workspaceFolder}"],
1914
"env": {

packages/core/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"AWS.configuration.description.suppressPrompts": "Prompts which ask for confirmation. Checking an item suppresses the prompt.",
2121
"AWS.configuration.enableCodeLenses": "Enable SAM hints in source code and template.yaml files",
2222
"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",
2424
"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.",
2525
"AWS.stepFunctions.asl.format.enable.desc": "Enables the default formatter used with Amazon States Language files",
2626
"AWS.stepFunctions.asl.maxItemsComputed.desc": "The maximum number of outline symbols and folding regions computed (limited for performance reasons).",

0 commit comments

Comments
 (0)