Skip to content

Commit 5f3eade

Browse files
wenytang-msCopilot
andcommitted
fix: use fillAnyInput for rename (handles both inline and quick input)
On Linux, context menu Rename may trigger VSCode's built-in inline tree rename instead of the extension's showInputBox. fillAnyInput detects whichever input appears and fills it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 33b1659 commit 5f3eade

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e-plans/java-dep-file-operations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ steps:
114114
verify: "Rename input box opened"
115115

116116
- id: "enter-new-name"
117-
action: "fillQuickInput AppRenamed"
117+
action: "fillAnyInput AppRenamed"
118118
verify: "New name entered and confirmed"
119119
waitBefore: 2
120120

0 commit comments

Comments
 (0)