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 a54a439 commit d8e42c7Copy full SHA for d8e42c7
src/giguardian-interface/gitguardian-hover-provider.ts
@@ -67,5 +67,5 @@ export function generateSecretName(
67
currentFile: string,
68
uriDiagnostic: any
69
): string {
70
- return `${uriDiagnostic.detector} - ${currentFile}:l.${uriDiagnostic.startLine}`;
+ return `${uriDiagnostic.detector} - ${vscode.workspace.asRelativePath(currentFile)}:l.${uriDiagnostic.startLine}`;
71
}
0 commit comments