We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b986 commit 9717599Copy full SHA for 9717599
src/vs/editor/contrib/hover/browser/hover.ts
@@ -51,7 +51,6 @@ export class ModesHoverController implements IEditorContribution {
51
private _isHoverSticky!: boolean;
52
private _hoverActivatedByColorDecoratorClick: boolean = false;
53
54
-
55
static get(editor: ICodeEditor): ModesHoverController | null {
56
return editor.getContribution<ModesHoverController>(ModesHoverController.ID);
57
}
0 commit comments