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
|
||||
|
||||
// List of extensions which should be recommended for users of this workspace.
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode"
|
||||
]
|
||||
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
||||
}
|
||||
|
||||
@@ -32,9 +32,7 @@
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENATED",
|
||||
"description": "UNDOCUMENATED",
|
||||
"enum": [
|
||||
"self"
|
||||
]
|
||||
"enum": ["self"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
"enum": ["holder"]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
"enum": ["holder"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -32,9 +32,7 @@
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENATED",
|
||||
"description": "UNDOCUMENATED",
|
||||
"enum": [
|
||||
"self"
|
||||
]
|
||||
"enum": ["self"]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
"enum": ["holder"]
|
||||
},
|
||||
"duration": {
|
||||
"type": "number",
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
"type": "string",
|
||||
"title": "Target",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"enum": [
|
||||
"holder"
|
||||
]
|
||||
"enum": ["holder"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user