Skip to content

Commit e0038a2

Browse files
JustinGroteCopilot
andauthored
Remove unused createFunctionAlias
Co-authored-by: Copilot <[email protected]>
1 parent 03bb351 commit e0038a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PowerShellEditorServices/Services/TextDocument/RenameService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ namespace Microsoft.PowerShell.EditorServices.Services;
2424
/// </summary>
2525
internal class RenameServiceOptions
2626
{
27-
public bool createFunctionAlias { get; set; }
2827
public bool createParameterAlias { get; set; }
2928
public bool acceptDisclaimer { get; set; }
3029
}

0 commit comments

Comments
 (0)