mirror of
https://github.com/enso-org/enso.git
synced 2024-12-27 18:54:03 +03:00
9 lines
435 B
YAML
9 lines
435 B
YAML
|
# The name of an object created in the global window scope. This object will contain functions
|
||
|
# to control the IDE, like the `main` function, and also the configuration object.
|
||
|
windowAppScopeName: "enso"
|
||
|
|
||
|
# The configuration object nested inside of the `windowAppScopeName` object, containing all
|
||
|
# startup configuration options. See usages of this variable to learn more about available
|
||
|
# options.
|
||
|
windowAppScopeConfigName: "config"
|