Skip to content

Commit e198a79

Browse files
committed
Add language to list of params
1 parent 127dcd6 commit e198a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/databaseFetcher.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export async function promptImportGithubDatabase(
138138
* @param progress the progress callback
139139
* @param token the cancellation token
140140
* @param cli the CodeQL CLI server
141+
* @param language the language to download. If undefined, the user will be prompted to choose a language.
141142
**/
142143
export async function downloadGitHubDatabase(
143144
githubRepo: string,

0 commit comments

Comments
 (0)