Skip to content

Commit 2d643eb

Browse files
committed
Add scratch.preset_id to config.schema.json
1 parent 0c48d71 commit 2d643eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@
175175
"type": "boolean",
176176
"description": "If true, objdiff will run the build command with the context file as an argument to generate it.",
177177
"default": false
178+
},
179+
"preset_id": {
180+
"type": "number",
181+
"description": "The decomp.me preset ID to use for the scratch.\nCompiler and flags in the config will take precedence over the preset, but the preset is useful for organizational purposes."
178182
}
179183
},
180184
"required": [

0 commit comments

Comments
 (0)