auto: Formatted json files
This commit is contained in:
5
.vscode/extensions.json
vendored
5
.vscode/extensions.json
vendored
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,9 +32,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "UNDOCUMENATED",
|
"title": "UNDOCUMENATED",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENATED",
|
||||||
"enum": [
|
"enum": ["self"]
|
||||||
"self"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -15,9 +15,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Target",
|
"title": "Target",
|
||||||
"description": "UNDOCUMENTATED",
|
"description": "UNDOCUMENTATED",
|
||||||
"enum": [
|
"enum": ["holder"]
|
||||||
"holder"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -32,9 +32,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "UNDOCUMENATED",
|
"title": "UNDOCUMENATED",
|
||||||
"description": "UNDOCUMENATED",
|
"description": "UNDOCUMENATED",
|
||||||
"enum": [
|
"enum": ["self"]
|
||||||
"self"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -15,9 +15,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "Target",
|
"title": "Target",
|
||||||
"description": "UNDOCUMENTATED",
|
"description": "UNDOCUMENTATED",
|
||||||
"enum": [
|
"enum": ["holder"]
|
||||||
"holder"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user