onConfigChanged

UDA event called when configuration for any workspace or the unnamed workspace got changed.

Expected method signature:

@onConfigChanged
void changedConfig(ConfigWorkspace target, string[] paths, T config)

where T is the template argument to mixin ConfigHandler!T.

Meta