Skip to content

Commit ff889b7

Browse files
Make documentation of fields more consistent
1 parent 834b6a6 commit ff889b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/ql-vscode/src/databases/database-fetcher.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export class DatabaseFetcher {
102102
*
103103
* @param progress the progress callback
104104
* @param language the language to download. If undefined, the user will be prompted to choose a language.
105+
* @param suggestedRepoNwo the suggested value to use when prompting for a github repo
105106
* @param makeSelected make the new database selected in the databases panel (default: true)
106107
* @param addSourceArchiveFolder whether to add a workspace folder containing the source archive to the workspace
107108
*/
@@ -270,6 +271,7 @@ export class DatabaseFetcher {
270271
* Imports a database from a local archive.
271272
*
272273
* @param databaseUrl the file url of the archive to import
274+
* @param progress the progress callback
273275
*/
274276
public async importArchiveDatabase(
275277
databaseUrl: string,

0 commit comments

Comments
 (0)