未验证 提交 f0693b90 编写于 作者: A Alex Dima

Remove old argument

上级 fdab6671
......@@ -533,7 +533,7 @@ type SamplingStateEvent = SamplingStateLinesInsertedEvent | SamplingStateLinesDe
class MinimapSamplingState {
public static compute(options: MinimapOptions, /* options: IComputedEditorOptions, */ viewLineCount: number, oldSamplingState: MinimapSamplingState | null): [MinimapSamplingState | null, SamplingStateEvent[]] {
public static compute(options: MinimapOptions, viewLineCount: number, oldSamplingState: MinimapSamplingState | null): [MinimapSamplingState | null, SamplingStateEvent[]] {
if (options.renderMinimap === RenderMinimap.None || !options.isSampling) {
return [null, []];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册