Skip to content

Commit 3f14193

Browse files
feat: Provide inital set of state schemas
1 parent 7933d81 commit 3f14193

34 files changed

+3110
-2312
lines changed

.vscode/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"search.exclude": {
3-
"**/.yarn": true,
4-
"**/.pnp.*": true
3+
"**/.yarn": true
54
},
65
"[json]": {
76
"editor.defaultFormatter": "esbenp.prettier-vscode"
@@ -78,5 +77,11 @@
7877
"userscript",
7978
"Ziggurath",
8079
"zigguraths"
80+
],
81+
"json.schemas": [
82+
{
83+
"fileMatch": ["*.engine-state.json", "*.engine-state.json5", "*.engine-state.jsonc"],
84+
"url": "./schemas/draft-01/engine-state.schema.json"
85+
}
8186
]
8287
}

0 commit comments

Comments
 (0)