We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4971968 commit 97f4543Copy full SHA for 97f4543
src/PowerShellEditorServices.Protocol/LanguageServer/TextDocument.cs
@@ -65,18 +65,6 @@ public class VersionedTextDocumentIdentifier : TextDocumentIdentifier
65
public int Version { get; set; }
66
}
67
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
75
- /// Gets or sets the position in the document.
76
77
- public Position Position { get; set; }
78
- }
79
-
80
/// <summary>
81
/// A parameter literal used in requests to pass a text document and a position inside that document.
82
/// </summary>
0 commit comments