Skip to content

Commit

Permalink
adding tigther schema checks for entities
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Oct 27, 2024
1 parent a4a525e commit 1388b19
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 1388b19

Please sign in to comment.