plugins.flutter-tools.settings.dev_log.enabled
Whether to enable dev_log
.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.dev_log.filter
Optional callback to filter the log.
Takes a log_line
as string argument; returns a boolean or nil
.
The log_line
is only added to the output if the function returns true
.
Type: null or raw lua code
Default:
null
Plugin default: null
Declared by:
plugins.flutter-tools.settings.dev_log.focus_on_open
Focus on the newly opened log window.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.flutter-tools.settings.dev_log.notify_errors
If there is an error whilst running then notify the user.
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.flutter-tools.settings.dev_log.open_cmd
Command to use to open the log buffer.
Type: null or string or raw lua code
Default:
null
Plugin default: "15split"
Declared by: