Skip to content

Commit 080f077

Browse files
committed
fixup! feat: workspace folders on startup
1 parent 0dfc8a1 commit 080f077

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: lib/next_ls.ex

-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ defmodule NextLS do
284284
)
285285
end
286286

287-
288287
GenLSP.log(lsp, "[NextLS] Booting runtime...")
289288

290289
runtimes =

Diff for: test/next_ls_test.exs

-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,6 @@ defmodule NextLSTest do
514514
params: %{}
515515
})
516516

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

0 commit comments

Comments
 (0)