Skip to content

Commit

Permalink
Merge pull request #126 from forcedotcom/jj/W-16442046_6
Browse files Browse the repository at this point in the history
FIX (Extension) @W-16442046@ ApexGuru suggestions UI improvements
  • Loading branch information
jag-j authored Aug 27, 2024
2 parents 2a77125 + 04912ac commit 08a155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export class DiagnosticManager {
),
new vscode.DiagnosticRelatedInformation(
new vscode.Location(vscode.Uri.parse(violation.url), range),
`\n// ApexGuru Suggestions: \n${apexGuruViolation.suggestedCode}`
`\n// ApexGuru Suggestions: \n${apexGuruViolation.suggestedCode}\n// End of ApexGuru Suggestions.`
)
];
}
Expand Down

0 comments on commit 08a155b

Please sign in to comment.