Describe the bug
When hosting in IntelliJ, if a participant performs a "Change method return type" quick fix, the following error is logged on the host: "Refactorings should not be started inside write action"
To Reproduce
Steps to reproduce the behavior:
Host a shared session in IntelliJ
From a client, open a Java class containing a method with a return value
Apply the "Change method type" quick fix
Note the error in the log
Expected behavior
The return type should be changed and the error should not be logged.
Describe the bug When hosting in IntelliJ, if a participant performs a "Change method return type" quick fix, the following error is logged on the host: "Refactorings should not be started inside write action"
To Reproduce Steps to reproduce the behavior:
Expected behavior The return type should be changed and the error should not be logged.
Screenshots https://gyazo.com/0a6582e414c9f31d6596eb1bc43fa03b
CodeTogether Host
Browser Participant
Additional context Log: error.txt