Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Scalafix support is implemented in the [ScalafixProvider.scala](https://github.c

Metals downloads separate version of Scalafix for each binary version of Scala. It can also download additional dependencies for each of the used rules.

## Debbugging
## Debugging

Debugging is handled by Debug Adapter Protocol, which is a complementary protocol to LSP.

Expand Down
Loading