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.
2 parents bc701ff + 6e60670 commit e8c4f4eCopy full SHA for e8c4f4e
src/lib/ggshield-api.ts
@@ -148,6 +148,8 @@ export async function loginGGShield(
148
env: {
149
// eslint-disable-next-line @typescript-eslint/naming-convention
150
GITGUARDIAN_API_URL: apiUrl,
151
+ // eslint-disable-next-line @typescript-eslint/naming-convention
152
+ GG_USER_AGENT: "gitguardian-vscode",
153
},
154
windowsHide: true,
155
};
0 commit comments