提交 03877274 编写于 作者: M Matt Bierner

Fix a spell

上级 94145d3d
......@@ -172,7 +172,7 @@ export class ModesContentHoverWidget extends ContentHoverWidget {
constructor(
editor: ICodeEditor,
markdownRenderner: MarkdownRenderer,
markdownRenderer: MarkdownRenderer,
private readonly _themeService: IThemeService
) {
super(ModesContentHoverWidget.ID, editor);
......@@ -181,8 +181,8 @@ export class ModesContentHoverWidget extends ContentHoverWidget {
this._highlightDecorations = [];
this._isChangingDecorations = false;
this._markdownRenderer = markdownRenderner;
markdownRenderner.onDidRenderCodeBlock(this.onContentsChange, this, this.toDispose);
this._markdownRenderer = markdownRenderer;
markdownRenderer.onDidRenderCodeBlock(this.onContentsChange, this, this.toDispose);
this._hoverOperation = new HoverOperation(
this._computer,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册