Only set CLI path in workspace configuration

This commit is contained in:
Koen Vlaswinkel
2023-02-03 11:36:40 +01:00
parent beb0058365
commit bc181c6c9b

View File

@@ -82,7 +82,7 @@ beforeEach(async () => {
await CUSTOM_CODEQL_PATH_SETTING.updateValue(
process.env.CLI_PATH,
ConfigurationTarget.Global,
ConfigurationTarget.Workspace,
);
});