I have a project that has some Python code and some React code, so I like to work on the Python parts in PyCharm and the web parts in WebStorm. However, whenever the two are open at the same time and I switch windows, I'm getting the following error:
Project 'monkey' components were changed externally and cannot be reloaded:
com.intellij.coverage.CoverageDataManagerImpl
Would you like to reload project?
It doesn't matter if I press yes
or no
, the error still persists.
Any idea of settings I should tweak/files I need to delete to stop the behaviour from happening?
WebStorm version: WebStorm 2019.3, Build #WS-193.5233.80, built on November 25, 2019
PyCharm version: PyCharm 2019.3.4 (Professional Edition), Build #PY-193.6911.25, built on March 18, 2020