Skip to content

Commit

Permalink
Ensure the fix all resolve request reads an existing field
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Sep 9, 2024
1 parent 222fe7d commit 8ba754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsptoolshost/fixAllCodeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function getFixAllResponse(
async (_, token) => {
if (result) {
const fixAllCodeAction: RoslynProtocol.RoslynFixAllCodeAction = {
title: data.title,
title: data.UniqueIdentifier,
data: data,
scope: result,
};
Expand Down

0 comments on commit 8ba754e

Please sign in to comment.