Skip to content

Config.json schema

Antonio Davide edited this page Mar 2, 2023 · 2 revisions

config.json provides workspace related configurations.

[
    {
        name: "build_mode",
        label: "Build Mode",
        choices: ["Debug", "Release"],
        default: "Debug"
    }
]

Automaton generates a file called state.json, these values can be accessed as ${config.build_mode}.

NOTE: It's not possibile to use variables in this file.

Clone this wiki locally