Skip to content
Snippets Groups Projects
Commit 675b06f3 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Add sbt error troubleshooting

parent 38971399
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,15 @@ will be shown in green on the right.
# Troubleshooting
## sbt fails to start
If you see any kind of error when sbt starts that prevents you from using it,
try cleaning the project cache by running:
```shell
git clean -Xdf
```
Then restarting `sbt`.
## IDE features like type-on-hover or go-to-definition do not work
It's likely that the build wasn't imported, we can import it manually:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment