Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #6695

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object ConnectionBspStatus {
s"$serverName ${icons.error}",
"error",
show = true,
tooltip = s"Build sever ($serverName) is not responding.",
tooltip = s"Build server ($serverName) is not responding.",
command = ClientCommands.ConnectBuildServer.id,
commandTooltip = "Reconnect.",
).withStatusType(StatusType.bsp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ object FileOutOfScalaCliBspScope {
val ignore = new MessageActionItem("No")
def askToRegenerateConfigAndRestartBspMsg(file: String): String =
s"""|$file is outside of scala-cli build server scope.
|Would you like to fix this by regenerating bsp configuration and restarting the build sever?""".stripMargin
|Would you like to fix this by regenerating bsp configuration and restarting the build server?""".stripMargin
def askToRegenerateConfigAndRestartBsp(
file: Path
): ShowMessageRequestParams = {
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2020-05-04-lithium.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Tomasz Pasternak
- Add support for Scala 2.13.2
[\#1659](https://github.com/scalameta/metals/pull/1659)
([tgodzik](https://github.com/tgodzik))
- Properly set the arguments field in sever commands documentation
- Properly set the arguments field in server commands documentation
[\#1606](https://github.com/scalameta/metals/pull/1606)
([ayoub-benali](https://github.com/ayoub-benali))
- Handle initialization options
Expand Down
Loading