Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Feb 19, 2022
1 parent a7861f9 commit e5ebf1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7464,7 +7464,7 @@ class Class : IInterface
}",
CodeActionOptions = CodeActionOptions.Default with
{
ImplementTypeOptions = new ImplementTypeOptions(InsertionBehavior: ImplementTypeInsertionBehavior.AtTheEnd)
ImplementTypeOptions = new ImplementTypeOptions(PropertyGenerationBehavior: ImplementTypePropertyGenerationBehavior.PreferAutoProperties)
}
}.RunAsync();
}
Expand Down

0 comments on commit e5ebf1d

Please sign in to comment.