Skip to content

Commit 898a4bd

Browse files
authored
Remove duplicate plugin.schema.json (#690)
1 parent eb219df commit 898a4bd

2 files changed

Lines changed: 12 additions & 350 deletions

File tree

.vscode/settings.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
{
2-
"yaml.validate": true,
3-
"yaml.disableAdditionalProperties": true,
4-
"yaml.completion": true,
5-
"yaml.extension.recommendations": true,
6-
"yaml.hover": true,
7-
"yaml.format.singleQuote": false,
8-
"yaml.format.printWidth": 120,
9-
"yaml.format.proseWrap": "always",
10-
"yaml.schemas": {
11-
"schema/plugin.schema.json": ["/plugins/**", "/themes/**"]
12-
},
132
"[json]": {
143
"editor.defaultFormatter": "esbenp.prettier-vscode"
154
},
@@ -18,5 +7,16 @@
187
},
198
"[yaml]": {
209
"editor.defaultFormatter": "esbenp.prettier-vscode"
21-
}
10+
},
11+
"yaml.completion": true,
12+
"yaml.disableAdditionalProperties": true,
13+
"yaml.extension.recommendations": true,
14+
"yaml.format.printWidth": 120,
15+
"yaml.format.proseWrap": "always",
16+
"yaml.format.singleQuote": false,
17+
"yaml.hover": true,
18+
"yaml.schemas": {
19+
"./validator/plugin.schema.json": ["/plugins/**", "/themes/**"]
20+
},
21+
"yaml.validate": true
2222
}

schema/plugin.schema.json

Lines changed: 0 additions & 338 deletions
This file was deleted.

0 commit comments

Comments
 (0)