Skip to content

Commit 96b0d7b

Browse files
authored
Merge pull request #17 from Al-th/patch-1
Added macro property definition to handle "Unknown configuration sett…
2 parents 320c961 + 8f8e8cf commit 96b0d7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
"contributes": {
1919
"configuration": {
2020
"type": "object",
21-
"title": "Macros configuration"
21+
"title": "Macros configuration",
22+
"properties":{
23+
"macros":{
24+
}
25+
}
2226
}
2327
},
2428
"scripts": {
@@ -35,4 +39,4 @@
3539
"dependencies": {
3640
"promise-series": "^1.0.0"
3741
}
38-
}
42+
}

0 commit comments

Comments
 (0)