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 9e0a74e commit 5a6c067Copy full SHA for 5a6c067
src/extension.ts
@@ -225,6 +225,9 @@ export function activate(context: ExtensionContext) {
225
commands.registerCommand(
226
"gitguardian.ignoreSecret",
227
(diagnosticData) => {
228
+ window.showInformationMessage(
229
+ 'Secret ignored'
230
+ );
231
let currentFile = getCurrentFile();
232
let secretName = generateSecretName(currentFile, diagnosticData);
233
0 commit comments