codegen
Configuration options for stackpanel.codegen
Codegen Options
codegen.enable
Whether to enable Stackpanel codegen helpers.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |
Example:
true
codegen.generators
Code generators to run in the devenv on shell enter.
| Property | Value |
|---|---|
| Type | attribute set of (submodule) |
| Default | { } |
codegen.generators.<name>.cwd
This option has no description.
| Property | Value |
|---|---|
| Type | null or string |
| Default | null |
codegen.generators.<name>.env
This option has no description.
| Property | Value |
|---|---|
| Type | attribute set of string |
| Default | { } |
codegen.generators.<name>.exec
This option has no description.
| Property | Value |
|---|---|
| Type | string |
| Default | none |
codegen.generators.<name>.onEnter
This option has no description.
| Property | Value |
|---|---|
| Type | null or boolean |
| Default | null |
codegen.generators.<name>.runtimeInputs
This option has no description.
| Property | Value |
|---|---|
| Type | list of package |
| Default | [ ] |
codegen.runOnEnter
This option has no description.
| Property | Value |
|---|---|
| Type | boolean |
| Default | false |