We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6e24d commit bc4c262Copy full SHA for bc4c262
1 file changed
packages/vscode/src/utils/intelligent-update-utils.ts
@@ -87,7 +87,9 @@ export const get_intelligent_update_config = async (
87
const quick_pick = vscode.window.createQuickPick()
88
const items = await create_items()
89
quick_pick.items = items
90
- quick_pick.placeholder = 'Select intelligent update configuration'
+ quick_pick.title = 'Configuration'
91
+ quick_pick.placeholder =
92
+ 'Select the Intelligent Update API tool configuration'
93
quick_pick.matchOnDescription = true
94
95
const last_selected_id =
0 commit comments