Skip to content

Commit 05ffb1c

Browse files
lrytzadpi2
andauthored
Fixes by adpi2
Co-authored-by: Adrien Piquerez <[email protected]>
1 parent e713756 commit 05ffb1c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/docs/contributing/tools/ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sbt:scala3> projects
2121
...
2222
```
2323

24-
These duplicated projects can be confusing and cause issues IDEs.
24+
These duplicated projects can be confusing and cause issues in IDEs.
2525

2626
When using Metals, the `-bootstrapped` projects are not exported.
2727

docs/docs/usage/ide-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To communicate with the build tool (e.g., to import the project, trigger builds,
2929
Metals uses the [Build Server Protocol (BSP)](https://build-server-protocol.github.io/). The
3030
default BSP implementation used by metals is [Bloop](https://scalacenter.github.io/bloop/), which
3131
supports Scala 3 projects. Alternatively,
32-
[sbt can used as a BSP server](https://scalameta.org/metals/blog/2020/11/06/sbt-BSP-support.html)
32+
[sbt can be used as a BSP server](https://scalameta.org/metals/blog/2020/11/06/sbt-BSP-support.html)
3333
as it directly implements BSP since version 1.4.
3434

3535

project/Build.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ object Build {
424424
(Compile / run / forkOptions) := (Compile / run / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
425425
// And when running the tests
426426
(Test / forkOptions) := (Test / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
427-
(Test / testOnly / forkOptions) := (Test / testOnly / forkOptions).value.withWorkingDirectory((ThisBuild / baseDirectory).value),
428427

429428
test in Test := {
430429
// Exclude VulpixMetaTests

0 commit comments

Comments
 (0)