Skip to content

Commit

Permalink
fixup! feat: workspace folders on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jul 20, 2023
1 parent 0dfc8a1 commit 080f077
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/next_ls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ defmodule NextLS do
)
end


GenLSP.log(lsp, "[NextLS] Booting runtime...")

runtimes =
Expand Down
1 change: 0 additions & 1 deletion test/next_ls_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ defmodule NextLSTest do
params: %{}
})


assert_notification "window/logMessage", %{"message" => "[NextLS] Runtime for folder my_proj is ready..."}
assert_notification "window/logMessage", %{"message" => "[NextLS] Compiled!"}

Expand Down

0 comments on commit 080f077

Please sign in to comment.