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

Language server #512

Merged
merged 19 commits into from
May 17, 2022
Merged

Language server #512

merged 19 commits into from
May 17, 2022

Conversation

DieMyst
Copy link
Member

@DieMyst DieMyst commented May 10, 2022

No description provided.

@DieMyst DieMyst marked this pull request as ready for review May 13, 2022 13:09
@DieMyst DieMyst requested review from alari and folex May 13, 2022 13:09
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect" % catsEffectV,
"co.fs2" %%% "fs2-io" % fs2V
Copy link
Member

Choose a reason for hiding this comment

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

Both dependencies are already in io

@@ -0,0 +1,146 @@
package aqua
Copy link
Member

Choose a reason for hiding this comment

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

It should be aqua.lsp


@JSExport
def sayHello(): Unit = {
println("Hello world!")
Copy link
Member

Choose a reason for hiding this comment

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

Is it used?

@DieMyst DieMyst merged commit 16a802f into main May 17, 2022
@DieMyst DieMyst deleted the language-server branch May 17, 2022 12:05
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

2 participants