Skip to content

Commit bc4c262

Browse files
committed
Update quick pick UI with title and improved placeholder text for better user clarity
1 parent aa6e24d commit bc4c262

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/vscode/src/utils/intelligent-update-utils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ export const get_intelligent_update_config = async (
8787
const quick_pick = vscode.window.createQuickPick()
8888
const items = await create_items()
8989
quick_pick.items = items
90-
quick_pick.placeholder = 'Select intelligent update configuration'
90+
quick_pick.title = 'Configuration'
91+
quick_pick.placeholder =
92+
'Select the Intelligent Update API tool configuration'
9193
quick_pick.matchOnDescription = true
9294

9395
const last_selected_id =

0 commit comments

Comments
 (0)