fix test for #5649

This commit is contained in:
Benjamin Pasero
2016-04-24 10:24:29 +02:00
parent 9d91fce49b
commit 8e0ebc3a21
2 changed files with 48 additions and 50 deletions

View File

@@ -9,22 +9,20 @@
},
"contributes": {
"configuration": {
"configuration": {
"type": "object",
"title": "Test Config",
"properties": {
"farboo.config0": {
"type": "boolean",
"default": true
},
"farboo.nested.config1": {
"type": "number",
"default": 42
},
"farboo.nested.config2": {
"type": "string",
"default": "Das Pferd frisst kein Reis."
}
"type": "object",
"title": "Test Config",
"properties": {
"farboo.config0": {
"type": "boolean",
"default": true
},
"farboo.nested.config1": {
"type": "number",
"default": 42
},
"farboo.nested.config2": {
"type": "string",
"default": "Das Pferd frisst kein Reis."
}
}
}