Skip to content

Commit

Permalink
Update descriptions and default value
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Nov 28, 2016
1 parent 83a05cb commit b14d49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
}
],
"configuration": {
"title": "Gherkin autocomplete",
"title": "Gherkin autocomplete configuration",
"properties": {
"gherkin-autocomplete.featureLibraries": {
"description": "Array of external libraries of features",
"description": "Array of directories with external libraries of features",
"type": "array",
"default": []
},
"gherkin-autocomplete.featurePath": {
"description": "Relative path to features directory.",
"type": "string",
"default": "feature"
"default": "features"
}
}
}
Expand Down

0 comments on commit b14d49c

Please sign in to comment.