Reorder participants to improve stability

This commit is contained in:
Alex Dima
2021-05-28 12:09:38 +02:00
parent 541a5d4fa7
commit ccfda77c8e
@@ -234,8 +234,8 @@ export class ModesContentHoverWidget extends Widget implements IContentWidget, I
const participants = [
instantiationService.createInstance(ColorHoverParticipant, editor, this),
instantiationService.createInstance(MarkdownHoverParticipant, editor, this),
instantiationService.createInstance(InlineCompletionsHoverParticipant, editor, this),
instantiationService.createInstance(MarkerHoverParticipant, editor, this),
instantiationService.createInstance(InlineCompletionsHoverParticipant, editor, this)
];
this._hover = this._register(new HoverWidget());