简体   繁体   中英

How to delete run configuration file for a py file that was already deleted in PyCharm?

I have already deleted the .py but in the configuration the file still shows in the run tab in PyCharm.

Got to "Edit configurations", and select the configuration you want to remove. Then on top you see + - ... . The - key will delete the selected configuration.

The interface style of JetBrain is not so obvious for many people: it uses the macos paradigm and not the Microsoft paradigm. But when you get used on it, you will find also some advantages (being powerful and compact is one).

To remove a "Run/Debug Configuration" go to Run > Edit Configurations select the configuration you want and click the - minus sign, show in the picture:

在此处输入图像描述

Reference to the PyCharm documentation - "Create a run/debug configuration" .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM