Skip to content

Commit 5843c40

Browse files
Remove mention of search path in coment
Co-authored-by: Robert <robertbrignull@github.com>
1 parent 256b806 commit 5843c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extensions/ql-vscode/src

extensions/ql-vscode/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ export class CodeQLCliServer implements Disposable {
11371137

11381138
/**
11391139
* Gets information about available qlpacks
1140-
* @param additionalPacks A list of directories to search for qlpacks before searching in `searchPath`.
1140+
* @param additionalPacks A list of directories to search for qlpacks.
11411141
* @param extensionPacksOnly Whether to only search for extension packs. If true, only extension packs will
11421142
* be returned. If false, all packs will be returned.
11431143
* @returns A dictionary mapping qlpack name to the directory it comes from

0 commit comments

Comments
 (0)