Skip to content

Commit 97f4543

Browse files
Kapil Borledaviwil
Kapil Borle
authored andcommitted
Remove TextDocumentPosition type
1 parent 4971968 commit 97f4543

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/PowerShellEditorServices.Protocol/LanguageServer/TextDocument.cs

-12
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ public class VersionedTextDocumentIdentifier : TextDocumentIdentifier
6565
public int Version { get; set; }
6666
}
6767

68-
/// <summary>
69-
/// Defines a position in a text document.
70-
/// </summary>
71-
[DebuggerDisplay("TextDocumentPosition = {Position.Line}:{Position.Character}")]
72-
public class TextDocumentPosition : TextDocumentIdentifier
73-
{
74-
/// <summary>
75-
/// Gets or sets the position in the document.
76-
/// </summary>
77-
public Position Position { get; set; }
78-
}
79-
8068
/// <summary>
8169
/// A parameter literal used in requests to pass a text document and a position inside that document.
8270
/// </summary>

0 commit comments

Comments
 (0)