配置文件
首先找到你项目下的 .idea
包,然后找的 .idea
下的 workspace.xml
文件
通过搜索 RunDashboard
快速定位到配置文件的具体位置
将 <component name="RunDashboard">
中的代码替换为以下代码
1 | <component name="RunDashboard"> |
最后需要重启 IDEA
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !