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 b4469cf commit 8b11c81Copy full SHA for 8b11c81
extensions/typescript-language-features/src/languageFeatures/refactor.ts
@@ -216,7 +216,7 @@ class MoveToFileRefactorCommand implements Command {
216
...destinationItems
217
], {
218
title: vscode.l10n.t("Move to File"),
219
- placeHolder: vscode.l10n.t("Enter file path"),
+ placeHolder: vscode.l10n.t("Select move destination"),
220
});
221
if (!picked) {
222
return;
0 commit comments