-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
Need to implement a time based "dev mode" that configures the ScriptHost optimally for interactive use. For example:
- sets host settings to optimal development settings (i.e.
config.UseDevelopmentMode()
) - enables file logging/log streaming and verbose logging (we don't want file logging on always for perf)
Idea is that when UI is actively connected to the host it enters this mode and stays there as long as the UI remains actively connected.