Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Feb 11, 2022
1 parent 2e45d73 commit 4da2aaa
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ namespace Microsoft.CodeAnalysis.FindUsages
{
internal static class FindUsagesOptionsStorage
{
#pragma warning disable IDE0060 // Remove unused parameter -- TODO
public static FindUsagesOptions GetFindUsagesOptions(this IGlobalOptionService globalOptions, string language)
=> throw new NotImplementedException();
#pragma warning restore IDE0060 // Remove unused parameter
=> globalOptions.GetFindUsagesOptions(language);
}
}

0 comments on commit 4da2aaa

Please sign in to comment.