Skip to content

Commit

Permalink
Fixed #20 - added configuration description to the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrechik committed Jan 14, 2017
1 parent 8e7f4ba commit 056c6bf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion gclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,20 @@
"scopeName": "text.gherkin.feature",
"path": "./syntaxes/feature.tmLanguage"
}
]
],
"configuration": {
"title": "Cucumber Auto Complete settings",
"properties": {
"cucumberautocomplete.steps": {
"title": "Path or array of pathes to the steps files or folders with steps files",
"type": ["array", "string"]
},
"cucumberautocomplete.pages": {
"title": "Object, which consists of 'page name' => 'page object file path' pairs. Not required",
"type": ["null", "object"]
}
}
}
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
Expand Down

0 comments on commit 056c6bf

Please sign in to comment.