This commit is contained in:
Stephan Brandauer
2024-11-29 08:31:30 +00:00
parent aca005a777
commit 6fd3d205a5

View File

@@ -1634,7 +1634,7 @@ export class CodeQLCliServer implements Disposable {
args.push(
// Allow prerelease packs from the ql submodule.
"--allow-prerelease",
// Allow the use of --additional-packs argument without issueing a warning
// Allow the use of --additional-packs argument without issuing a warning
"--no-strict-mode",
...this.getAdditionalPacksArg(workspaceFolders),
);