Skip to content

Commit

Permalink
move to correct location to avoid noise
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Nov 25, 2024
1 parent 46d19d4 commit e810655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class SearchOrOpenApiDescriptionCommand extends Command {

if (config.descriptionPath) {
await openTreeViewWithProgress(() => this._openApiTreeProvider.setDescriptionUrl(config.descriptionPath!));
await vscode.window.showInformationMessage(vscode.l10n.t('You can now select the required endpoints from {0}', this._openApiTreeProvider.apiTitle!));
}
await vscode.window.showInformationMessage(vscode.l10n.t('You can now select the required endpoints from {0}', this._openApiTreeProvider.apiTitle!));
}
}

0 comments on commit e810655

Please sign in to comment.