We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da6079 commit 0abbb25Copy full SHA for 0abbb25
src/PowerShellEditorServices/Services/TextDocument/RenameService.cs
@@ -579,7 +579,6 @@ public int CompareTo(ScriptPositionAdapter other)
579
}
580
public int CompareTo(Position other) => CompareTo((ScriptPositionAdapter)other);
581
public int CompareTo(ScriptPosition other) => CompareTo((ScriptPositionAdapter)other);
582
- public string GetFullScript() => throw new NotImplementedException();
583
584
585
/// <summary>
0 commit comments