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

LSP support #54

Merged
merged 29 commits into from
Jul 28, 2022
Merged

LSP support #54

merged 29 commits into from
Jul 28, 2022

Conversation

kubukoz
Copy link
Owner

@kubukoz kubukoz commented Jul 23, 2022

No description provided.

Comment on lines +5 to +13
val compilerPlugins =
libraryDependencies ++= List(
crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15")
) ++ (if (scalaVersion.value.startsWith("3"))
Nil
else
List(
crossPlugin("org.typelevel" % "kind-projector" % "0.13.2")
))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thought I was gonna do the LSP in Scala 3, but I was getting too annoyed by the tooling.

@kubukoz kubukoz marked this pull request as ready for review July 28, 2022 18:56
@kubukoz kubukoz merged commit d5d8a8d into main Jul 28, 2022
@kubukoz kubukoz deleted the lsp branch July 28, 2022 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant