mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-30 19:46:20 +01:00
Reorder participants to improve stability
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user