Introduce a RepositoryOverridesExperimentLoader
#6651
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
product: CLion
CLion plugin
product: GoLand
GoLand plugin
product: IntelliJ
IntelliJ plugin
product: PyCharm
PyCharm plugin
type: feature request
Description of the feature request:
I was wondering whether it makes sense to read the
.intellij-experiments
file from the project directory. That way, we don't need to ask developers to turn certain experiments on/off. For example,optimize_building_jars
needs to be disabled in a repo where Bazel 5 is used. See also #5515 (comment).The implementation would be similar to
intellij/common/experiments/src/com/google/idea/common/experiments/UserOverridesExperimentLoader.java
Lines 21 to 24 in 09a186b
Which category does this issue belong to?
Intellij, GoLand, CLion, PyCharm
What underlying problem are you trying to solve with this feature?
When an experiment doesn't work in a repository, all developers working in the repo need to add/update their
~/.intellij-experiments
file.What operating system, Intellij IDE and programming languages are you using? Please provide specific versions.
N/A
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: