mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Correcting log messages during autorest execution selection (#17434)
* Correcting log messages during autorest execution choice * Combining redundant strings * Correcting icon + loc * Fixing typo
This commit is contained in:
@@ -834,7 +834,7 @@ export class ProjectsController {
|
||||
|
||||
public async selectAutorestSpecFile(): Promise<string | undefined> {
|
||||
let quickpickSelection = await vscode.window.showQuickPick(
|
||||
[constants.browseEllipsis],
|
||||
[constants.browseEllipsisWithIcon],
|
||||
{ title: constants.selectSpecFile, ignoreFocusOut: true });
|
||||
if (!quickpickSelection) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user