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 aca005a commit 6fd3d20Copy full SHA for 6fd3d20
extensions/ql-vscode/src/codeql-cli/cli.ts
@@ -1634,7 +1634,7 @@ export class CodeQLCliServer implements Disposable {
1634
args.push(
1635
// Allow prerelease packs from the ql submodule.
1636
"--allow-prerelease",
1637
- // Allow the use of --additional-packs argument without issueing a warning
+ // Allow the use of --additional-packs argument without issuing a warning
1638
"--no-strict-mode",
1639
...this.getAdditionalPacksArg(workspaceFolders),
1640
);
0 commit comments