Impossible to have decorations from several extensions displayed on the same code view
Created by: lguychard
It is currently impossible to have decorations from several extensions applied to the same code view.
When an extension calls setDecorations, decorations applied by any other extensions are cleaned up.
Example: impossible to have decorations from codecov + git blame displayed simultaneously on a code view.