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 bc701ff commit 6e60670Copy full SHA for 6e60670
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