mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Use better placeholder for move to file (#182108)
This commit is contained in:
@@ -216,7 +216,7 @@ class MoveToFileRefactorCommand implements Command {
|
||||
...destinationItems
|
||||
], {
|
||||
title: vscode.l10n.t("Move to File"),
|
||||
placeHolder: vscode.l10n.t("Enter file path"),
|
||||
placeHolder: vscode.l10n.t("Select move destination"),
|
||||
});
|
||||
if (!picked) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user