Skip to content

Commit

Permalink
Update vscode diagnostics message
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Oct 19, 2023
1 parent 67b740a commit f6f0196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selene-vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SeleneCodeActionProvider implements vscode.CodeActionProvider {
diagnostic.suggestion
) {
const action = new vscode.CodeAction(
`fix: ${diagnostic.message}`,
diagnostic.message,
vscode.CodeActionKind.QuickFix,
)
action.diagnostics = [diagnostic]
Expand Down

0 comments on commit f6f0196

Please sign in to comment.