Use better placeholder for move to file (#182108)

This commit is contained in:
Matt Bierner
2023-05-10 12:56:25 -07:00
committed by GitHub
parent b4469cf109
commit 8b11c814cc

View File

@@ -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;