I am using PyCharm Pro and have a limited amount of saved configurations. I am using a large amounts of scripts daily (easily over 30) and I only see a capped amount in the configurations. If I add another configuration I usually pop out an older configuration.
Any way to increase the amount of saved configurations in PyCharm? Can't seem to find an option for that in configurations.
You probably mean "Temporary" configurations because the "Permanent" configurations aren't limited in number. You can distinguish them by the opaqueness of the icons.
Run/debug configurations - PyCharm 2021
Permanent configurations have opaque icons while the icons of temporary configurations are semi-transparent.
Since PyCharm 2021.2 the default number of maximum "Temporary Configurations" is again configurable
Run/debug configurations - PyCharm 2021.2
Temporary — created every time you run or debug functions or tests.
The maximum number of temporary configurations is 5. The older ones are automatically deleted when new ones are added. If necessary, you can increase this limit in Settings/Preferences | Advanced Settings | IDE | Temporary Run/Debug configurations limit.
In PyCharm 2021.1 the default number of maximum "Temporary Configurations" is limited to 5.
Run/debug configurations - PyCharm 2021.1
The maximum number of temporary configurations is 5. The older ones are automatically deleted when new ones are added.
This default value is configurable in PyCharm 2020.1 through 2020.3
Run/debug configurations - PyCharm 2020
By default, five temporary run/debug configurations are allowed per project, so when you create the sixth configuration, the one created first is removed, and so on. To change this limit, use the Temporary configurations limit field in the Templates page of the Run/debug configurations dialog.
However, by using "Permanent" configurations there isn't any limit. Here's a screenshot showing over 30 permanent run configurations.