You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the directories extracted-include-protos and extracted-include-protos are marked as excluded in IDEA because they are subdirectories of build. The problem is that the content of this directories is not excluded:
This makes IDEA index these directories, and suggest files in these directories in the search results. This is what we would like to avoid.
McJava should make all the directories under extracted-include-protos and extracted-include-protos as excluded in its interaction with IDEA Gradle plugin.
We do this already for the generated/source/proto/ directories. Let's extend this practice to make it yet more convenient for the users.
The text was updated successfully, but these errors were encountered:
Currently, the directories
extracted-include-protos
andextracted-include-protos
are marked as excluded in IDEA because they are subdirectories ofbuild
. The problem is that the content of this directories is not excluded:This makes IDEA index these directories, and suggest files in these directories in the search results. This is what we would like to avoid.
McJava should make all the directories under
extracted-include-protos
andextracted-include-protos
as excluded in its interaction with IDEA Gradle plugin.We do this already for the
generated/source/proto/
directories. Let's extend this practice to make it yet more convenient for the users.The text was updated successfully, but these errors were encountered: