Skip to content

Commit 053a180

Browse files
committed
Export existing language prompt
We plan to ask the user to choose a language, before attempting to download a corresponding database for them. The functionality already exists, so let's re-use it.
1 parent 1a2e5d9 commit 053a180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/databaseFetcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ export async function convertGithubNwoToDatabaseUrl(
521521
}
522522
}
523523

524-
async function promptForLanguage(
524+
export async function promptForLanguage(
525525
languages: string[],
526526
progress: ProgressCallback,
527527
): Promise<string | undefined> {

0 commit comments

Comments
 (0)