mirror of
https://github.com/enso-org/enso.git
synced 2024-12-27 02:51:35 +03:00
89d990c5b3
Original commit: b16ac40a3d
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"
|