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 01dca3c commit 47fde7cCopy full SHA for 47fde7c
src/lib/ggshield-configuration-utils.ts
@@ -13,7 +13,6 @@ export async function getConfiguration(
13
): Promise<GGShieldConfiguration> {
14
const config = workspace.getConfiguration("gitguardian");
15
16
- const ggshieldPath: string | undefined = config.get("GGShieldPath");
17
const apiUrl: string | undefined = config.get("apiUrl");
18
const allowSelfSigned: boolean = config.get("allowSelfSigned", false);
19
0 commit comments