File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
extensions/ql-vscode/src/databases Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments