It appears that only one extension is allowed to contribute a specific configuration property, such redhat.telemetry.enabled.
If user has more than one extension that tries to do this, it will popup a runtime warning message like below that complains about it:

AFAIK, the only solution known is not to register it and eventually use separate unique settings. The funny aspect is that we already have at least 3 extensions registering the same property:
What should we do to address this?
References
It appears that only one extension is allowed to contribute a specific configuration property, such
redhat.telemetry.enabled.If user has more than one extension that tries to do this, it will popup a runtime warning message like below that complains about it:
AFAIK, the only solution known is not to register it and eventually use separate unique settings. The funny aspect is that we already have at least 3 extensions registering the same property:
What should we do to address this?
References