-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to boost .ijwb
over BSP and .idea folder.
#7201
Allow to boost .ijwb
over BSP and .idea folder.
#7201
Conversation
…is not installed. If BSP is there then registry key value is used.
@@ -412,6 +412,9 @@ | |||
<registryKey defaultValue="true" | |||
description="By default Bazel plugin takes control and opens project if .ijwb folder is present. This property can be used to disable this behavior to allow to open .idea or other project models if they are exists." | |||
key="bazel.project.auto.open.if.present"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we just reuse this one and set it false by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
present
is mutually exclusive of auto-import
since there is no need to import then, so no
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason for this particular implementation is the goal to avoid "select project" dialog in headless mode if BSP plugin is installed. The additional check for BSP plugin existence is just for backward compatibility.
Checklist
Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.
Discussion thread for this change
Issue number:
7200
Description of this change