Skip to content

Commit e2a322f

Browse files
committed
updated description
1 parent 689424a commit e2a322f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/codeActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class CodeActionProvider implements vscode.CodeActionProvider {
6464

6565
// Set up an action for suppressing warning based on file or symbol name
6666
const suppressAdvancedAction = new vscode.CodeAction(
67-
`Suppress warning ${diagnosticCode} (options)`,
67+
`Suppress warning ${diagnosticCode} based on file and/or symbol`,
6868
vscode.CodeActionKind.QuickFix
6969
);
7070

0 commit comments

Comments
 (0)