Skip to content

Commit

Permalink
Added macro property definition to handle "Unknown configuration sett…
Browse files Browse the repository at this point in the history
…ing"

Solve issue geddski#5
  • Loading branch information
Al-th authored Sep 5, 2017
1 parent 320c961 commit 8f8e8cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
"contributes": {
"configuration": {
"type": "object",
"title": "Macros configuration"
"title": "Macros configuration",
"properties":{
"macros":{
}
}
}
},
"scripts": {
Expand All @@ -35,4 +39,4 @@
"dependencies": {
"promise-series": "^1.0.0"
}
}
}

0 comments on commit 8f8e8cf

Please sign in to comment.