auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-05 10:49:01 +01:00
parent d649d675bc
commit fe6a98a06b
21 changed files with 187 additions and 202 deletions

View File

@@ -3,8 +3,5 @@
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace. // List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
} }

View File

@@ -32,9 +32,7 @@
"type": "string", "type": "string",
"title": "UNDOCUMENATED", "title": "UNDOCUMENATED",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"enum": [ "enum": ["self"]
"self"
]
} }
} }
}, },

View File

@@ -15,9 +15,7 @@
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder"
]
}, },
"duration": { "duration": {
"type": "number", "type": "number",

View File

@@ -15,9 +15,7 @@
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder"
]
} }
} }
} }

View File

@@ -32,9 +32,7 @@
"type": "string", "type": "string",
"title": "UNDOCUMENATED", "title": "UNDOCUMENATED",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"enum": [ "enum": ["self"]
"self"
]
} }
} }
}, },

View File

@@ -15,9 +15,7 @@
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder"
]
}, },
"duration": { "duration": {
"type": "number", "type": "number",

View File

@@ -15,9 +15,7 @@
"type": "string", "type": "string",
"title": "Target", "title": "Target",
"description": "UNDOCUMENTATED", "description": "UNDOCUMENTATED",
"enum": [ "enum": ["holder"]
"holder"
]
} }
} }
} }