Skip to content

Commit 01eef94

Browse files
committed
remove the rest of the debugging
1 parent bb56468 commit 01eef94

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
re-run tests again
2-
updated the dialyzer_plts release to be elixir-1.10.3-otp-23 (instead of 22)
3-
41
# Elixir Language Server (ElixirLS)
52

63
The Elixir Language Server provides a server that runs in the background, providing IDEs, editors, and other tools with information about Elixir Mix projects. It adheres to the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol), a standard for frontend-independent IDE support. Debugger integration is accomplished through the similar [VS Code Debug Protocol](https://code.visualstudio.com/docs/extensionAPI/api-debugging).

apps/language_server/test/dialyzer_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defmodule ElixirLS.LanguageServer.DialyzerTest do
1313
{:ok, %{}}
1414
end
1515

16-
setup tags do
16+
setup do
1717
server = ElixirLS.LanguageServer.Test.ServerTestHelpers.start_server()
1818

1919
{:ok, %{server: server}}

0 commit comments

Comments
 (0)