Skip to content

Commit 7237f38

Browse files
committed
Update the quick pick placeholder text for rating the extension
1 parent 4121a1e commit 7237f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/view/backend/message-handlers/handle-review.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const handle_review = async (): Promise<void> => {
1717
]
1818

1919
const selected_option = await vscode.window.showQuickPick(options, {
20-
placeHolder: 'Where would you like to leave a review?'
20+
placeHolder: 'Where would you like to rate the extension?'
2121
})
2222

2323
if (selected_option) {

0 commit comments

Comments
 (0)