Skip to content

Exception thrown when deleting a marker from SortedList #3885

@Tyriar

Description

@Tyriar

See microsoft/vscode#151225

image

Exception line:

private readonly _decorations: SortedList<IInternalDecoration> = new SortedList(e => e.marker.line);

Triggered from:

if (this._decorations.delete(decoration)) {

Metadata

Metadata

Assignees

Labels

type/bugSomething is misbehaving

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions