sassrobi
sassrobi
Same issue for me. Late '13 MacBook Pro, OS: Big Sur (11.7.10), and yes it has a dedicated nvidia graphics card too. I don't know if this is relevant, but...
Yes, I have rendering issues on battery and connected too. I have double-checked that the discrete GPU wasn't enabled. Even if I enforce to use the discrete GPU, or if...
I have created a video of the glitch. It's strange but now I have rendering issue in the sidebar and in the editor area _only_ if I open the yaml...
Update: - There are some rendering issues in .rs files too, but much fewer - There are constant, reproducible glitches in .yml and Cargo.lock files - Even in .rs files,...
I think I ran into an issue described in the title. For this code: ```kotlin Files.createDirectories(projectWorkDir) ``` the plugin recommends this fix: ```kotlin Files.try { createDirectories(projectWorkDir) } catch (exception: IOException)...