We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e9062 commit 4a08030Copy full SHA for 4a08030
docs/_docs/contributing/setting-up-your-ide.md
@@ -42,7 +42,15 @@ want to make sure you do two things:
42
+ val enableBspAllProjects = true,
43
```
44
45
-2. Run `sbt publishLocal` to get the needed presentation compiler jars.
+2. Run in sbt shell `sbt> scala3-bootstrapped/compile` and then `sbt> scala3-bootstrapped/publishLocalBin`
46
+ to get the required presentation compiler jars.
47
+
48
+ If any step fails due to random errors, try removing `./out/` directory and running `sbt> clean`
49
50
+ This step has to be repeated every time compiler version has been bumped.
51
52
53
54
55
By default Metals uses Bloop build server, however you can also use sbt
56
directly. You can achieve this with the `Metals: Switch Build Server` command
0 commit comments