Skip to content

Commit 20fcd93

Browse files
authored
Merge pull request #1187 from elixir-lsp/codex/update-@spec-in-breakpoint_condition.ex
Fix register_condition spec
2 parents 04d28b2 + 771c725 commit 20fcd93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/debug_adapter/lib/debug_adapter/breakpoint_condition.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ defmodule ElixirLS.DebugAdapter.BreakpointCondition do
1717
module,
1818
module,
1919
non_neg_integer,
20+
Macro.Env.t(),
2021
String.t(),
2122
String.t() | nil,
2223
String.t()

0 commit comments

Comments
 (0)