-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
installation-ide.adoc: mill.bsp.BSP/install #3976
Conversation
I havent needed to do this for a clean checkout for maybe a year now |
do you have a repro i can look at where running this command is necessary? |
When you open the project as just a mere directory, IntelliJ doesn't prompt you to import -- regardless of whether with BSP or Maven or anything. You just see this and nothing happens. |
The issue seems to be that IntelliJ uses the presence a |
We can probably send a patch upstream to intellij-scala to make it a bit more flexible. In the meantime, this command may be useful to fix some of the misbehaviors I've seen when intellij gets into a bad state. Let me try to reproduce them to see |
Would you say it is more robust to rather detect Mill via detecting
|
@sideeffffect should be these cases
Maybe |
We may not need this PR if this gets merged |
This info may be still valuable to debug IDE issues as well as running with more rare setups like `vim` or `emacs`. Inspired by com-lihaoyi#3976 from https://github.com/sideeffffect
This info may be still valuable to debug IDE issues as well as running with more rare setups like `vim` or `emacs`. Inspired by #3976 from [@sideeffffect](https://github.com/sideeffffect) Pull request: #3989
Superseded by #3989 |
Instructions to run
mill.bsp.BSP/install
. Without it, IntelliJ won't pick up the BSP model -- it won't show it as one of the possible ways how to import the project.