Remove mention of search path in coment

Co-authored-by: Robert <robertbrignull@github.com>
This commit is contained in:
Andrew Eisenberg
2023-02-28 08:29:00 -08:00
committed by GitHub
parent 256b806cd4
commit 5843c40a37

View File

@@ -1137,7 +1137,7 @@ export class CodeQLCliServer implements Disposable {
/**
* Gets information about available qlpacks
* @param additionalPacks A list of directories to search for qlpacks before searching in `searchPath`.
* @param additionalPacks A list of directories to search for qlpacks.
* @param extensionPacksOnly Whether to only search for extension packs. If true, only extension packs will
* be returned. If false, all packs will be returned.
* @returns A dictionary mapping qlpack name to the directory it comes from