提交 3eb1c588 编写于 作者: J Johannes Rieken

make light bulb only show on one line

上级 dd197f19
...@@ -93,7 +93,7 @@ export class LightBulbWidget implements IDisposable { ...@@ -93,7 +93,7 @@ export class LightBulbWidget implements IDisposable {
this._currentLine = e.range.startLineNumber; this._currentLine = e.range.startLineNumber;
this._decorationIds = this._editor.deltaDecorations(this._decorationIds, [{ this._decorationIds = this._editor.deltaDecorations(this._decorationIds, [{
options: this._options, options: this._options,
range: e.range range: { ...e.range, endLineNumber: e.range.startLineNumber }
}]); }]);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册