We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605dd69 commit b56ea95Copy full SHA for b56ea95
src/giguardian-interface/gitguardian-hover-provider.ts
@@ -20,7 +20,7 @@ export class GitGuardianSecretHoverProvider implements vscode.HoverProvider {
20
const encodedDiagnosticData = encodeURIComponent(diagnosticData);
21
22
hoverMessage.appendMarkdown(
23
- `[GitGuardian: Ignore Secret](command:gitguardian.ignoreSecret?${encodedDiagnosticData} "Click to ignore this incident")`
+ `[GitGuardian: Ignore Secret (update .gitguardian.yaml)](command:gitguardian.ignoreSecret?${encodedDiagnosticData} "Click to ignore this incident")`
24
);
25
return new vscode.Hover(hoverMessage, diagnostic.range);
26
}
0 commit comments