Skip to content

Commit 9403f77

Browse files
snjezafbricon
authored andcommitted
extracted element can not be renamed
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent 1706051 commit 9403f77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/refactorAction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ async function applyRefactorEdit(languageClient: LanguageClient, refactorEdit: R
113113
}
114114

115115
if (refactorEdit.command) {
116+
await new Promise(resolve => setTimeout(resolve, 400));
116117
if (refactorEdit.command.arguments) {
117118
await commands.executeCommand(refactorEdit.command.command, ...refactorEdit.command.arguments);
118119
} else {

0 commit comments

Comments
 (0)