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

Add troubleshooting instructions on recovering from a corrupted .sbt

parent 65bf1d1b
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,11 @@ try cleaning the project cache by running:
```shell
git clean -Xdf
```
Then restarting `sbt`.
Then restarting `sbt`, if this still doesn't work, try deleting the global sbt
cache:
```shell
rm -r ~/.sbt
```
## IDE features like type-on-hover or go-to-definition do not work
......
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