Skip to content

Commit 9b8c42b

Browse files
committed
- Only added a mention of BSP - Skipped instructions in “importing the project using BSP using IntelliJ” because they are not working
1 parent 9ffe4b9 commit 9b8c42b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scala3/getting-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ They both offer rich IDE features, but you can still use [many other editors.](h
117117
When prompted to do so, select _Import build_.
118118

119119
>[Metals](https://scalameta.org/metals) is a “Scala language server” that provides support for writing Scala code in VS Code and other editors like [Atom, Sublime Text, and more](https://scalameta.org/metals/docs/editors/overview.html), using the Language Server Protocol.
120-
(For details on how Metals works, see, [“Write Scala in VS Code, Vim, Emacs, Atom and Sublime Text with Metals”](https://www.scala-lang.org/2019/04/16/metals.html).)
121-
120+
>
121+
> Under the hood, Metals communicates with the build tool by using
122+
> the [Build Server Protocol (BSP)](https://build-server-protocol.github.io/). For details on how Metals works, see, [“Write Scala in VS Code, Vim, Emacs, Atom and Sublime Text with Metals”](https://www.scala-lang.org/2019/04/16/metals.html).
122123
123124

124125
### View the source code

0 commit comments

Comments
 (0)