mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
fix test for #5649
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user