提交 b8208741 编写于 作者: J Johannes Rieken

💄 lift less

上级 292732cd
......@@ -44,7 +44,7 @@ export function getDocumentSymbols(model: ITextModel): TPromise<IOutline> {
}
function compareEntriesUsingStart(a: SymbolInformation, b: SymbolInformation): number {
return Range.compareRangesUsingStarts(Range.lift(a.location.range), Range.lift(b.location.range));
return Range.compareRangesUsingStarts(a.location.range, b.location.range);
}
function flatten(bucket: SymbolInformation[], entries: SymbolInformation[], overrideContainerLabel: string): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册