Skip to content

Commit

Permalink
adding tigther schema checks for entities (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2024
1 parent 8a46f75 commit 4f56b37
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,17 @@
},
{
"fileMatch": [
"entity/*.{json,jsonc,json5}",
"entity/**/*.{json,jsonc,json5}",
"*.{entity.rp,e.rp,ce,rpe,entity}.{json,jsonc,json5}",
"resource_packs/*/entity/*.{json,jsonc,json5}",
"*resource*pack*/entity/*.{json,jsonc,json5}",
"*Resource*Pack*/entity/*.{json,jsonc,json5}",
"*RP*/entity/*.{json,jsonc,json5}",
"*rp*/entity/*.{json,jsonc,json5}",
"resource_packs/*/entity/**/*.{json,jsonc,json5}",
"*resource*pack*/entity/**/*.{json,jsonc,json5}",
"*Resource*Pack*/entity/**/*.{json,jsonc,json5}",
"*RP*/entity/**/*.{json,jsonc,json5}",
"*rp*/entity/**/*.{json,jsonc,json5}",
"*.{entity.rp,e.rp,ce,rpe,actor,entity}.{json,jsonc,json5}",
"!models/entity/**/*.{json,jsonc,json5}",
"!models/entity/*.{json,jsonc,json5}"
],
Expand Down

0 comments on commit 4f56b37

Please sign in to comment.