-
Notifications
You must be signed in to change notification settings - Fork 229
Document sbt build issues with IDEs #653
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
Conversation
Added troubleshooting tips for using sbt with IDEs.
developer-tools.md
Outdated
|
|
||
| <h4>IDE with sbt</h4> | ||
|
|
||
| When you use IDEs like VSCode or Cursor, you need to build from terminal with `sbt`. |
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.
should it be: when you use ... and you build from terminal ?
Otherwise it sounds like if user use IDE => user needs to build using sbt
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.
Yeah that's true.
developer-tools.md
Outdated
| clear all the cache. Potential locations are | ||
|
|
||
| ``` | ||
| **/target/** |
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.
sbt clean can clear these?
|
|
||
| <h4>IDE with sbt</h4> | ||
|
|
||
| When you use IDEs like VSCode or Cursor and you build from terminal with `sbt`, |
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 we also provide tips for step-by-step setups for these IDEs? In the IDE setup section, we only have guidelines for IntelliJ. It's better to have instructions for them too
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.
To be honest I don't have that information now. I'm definitely not opposed to that idea but I don't have enough material at hand and the main purpose of this PR is to document this specific behavior. We can of course have a better write up about how to set VSCode/Cursor for spark project.
Updated instructions for clearing cache and artifacts.
|
What was the CI failure about? I don't understand it. |
|
I think I need an approval for the CI to run :) |
Added troubleshooting tips for using sbt with IDEs.