Skip to content

Commit

Permalink
Update description for nestedProjects setting (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax authored Oct 9, 2020
1 parent 3841508 commit 54a0724
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,17 +579,18 @@
"anyOf": [
{
"type": "boolean",
"description": "Processs all nested projects",
"description": "Discover all nested projects",
"default": false
},
{
"type": "array",
"description": "Process specific nested projects",
"description": "Discover specific nested projects (by directory name)",
"default": []
}
],
"scope": "window",
"default": false
"default": false,
"description": "Discover Gradle projects in nested sub-directories"
},
"gradle.debug": {
"type": "boolean",
Expand Down

0 comments on commit 54a0724

Please sign in to comment.