Skip to content

Commit cf2fdd6

Browse files
committed
settings: remove "sam.template.depth"
Setting is no longer used since c543faa.
1 parent 10376ec commit cf2fdd6

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@
7777
"default": "prompt",
7878
"markdownDescription": "%AWS.configuration.description.onDefaultRegionMissing%"
7979
},
80-
"aws.sam.template.depth": {
81-
"type": "number",
82-
"default": 4,
83-
"description": "%AWS.configuration.sam.template.depth%"
84-
},
8580
"aws.samcli.location": {
8681
"type": "string",
8782
"default": "",

package.nls.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"AWS.configuration.description.cdk.explorer.enabled": "Enable the AWS CDK Explorer",
1818
"AWS.configuration.description.logLevel": "The AWS Toolkit's log level (changes reflected on restart)",
1919
"AWS.configuration.description.onDefaultRegionMissing": "Action to take when a Profile's default region is hidden in the Explorer. Possible values:\n* `add` - shows region in the explorer\n* `ignore` - does nothing with the region\n* `prompt` - (default) asks the user what they would like to do.",
20-
"AWS.configuration.sam.template.depth": "The maximum subfolder depth within a workspace that the Toolkit will search for SAM Template files",
2120
"AWS.configuration.description.samcli.debug.attach.retry.maximum": "If the Toolkit is unable to attach a debugger, this is the number of times to retry before giving up.",
2221
"AWS.configuration.description.samcli.debug.attach.timeout": "Maximum time (in milliseconds) to wait for SAM output while starting a Local Lambda session",
2322
"AWS.configuration.description.samcli.location": "Location of SAM CLI. SAM CLI is used to create, build, package, and deploy Serverless Applications. [Learn More](https://aws.amazon.com/serverless/sam/)",

src/integrationTest/codelens.js.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ describe('SAM Local CodeLenses (JS)', async () => {
2121
// tslint:disable-next-line:no-invalid-this
2222
this.timeout(ACTIVATE_EXTENSION_TIMEOUT_MILLIS)
2323
await activateExtension(VSCODE_EXTENSION_ID.awstoolkit)
24-
25-
await vscode.workspace.getConfiguration('aws').update('sam.template.depth', 8, false)
2624
})
2725

2826
it('appear when manifest in subfolder and app is beside manifest', async () => {

0 commit comments

Comments
 (0)