提交 4990fe17 编写于 作者: C Cyrus Najmabadi

Delete line

上级 097277ef
......@@ -35,7 +35,6 @@ public TodoComment(TodoCommentDescriptor descriptor, string message, int positio
var textSpan = new TextSpan(Math.Min(text.Length, Math.Max(0, this.Position)), 0);
var location = tree.GetLocation(textSpan);
// var location = tree == null ? Location.Create(document.FilePath, textSpan, text.Lines.GetLinePositionSpan(textSpan)) : tree.GetLocation(textSpan);
var originalLineInfo = location.GetLineSpan();
var mappedLineInfo = location.GetMappedLineSpan();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册