Skip to content

Commit

Permalink
add env on describe
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Dec 27, 2023
1 parent 332a3b4 commit 9498693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/elixir_sense/core/metadata_builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ defmodule ElixirSense.Core.MetadataBuilder do
|> add_call_to_line({nil, :describe, 2}, {line, column})

%{state | context: Map.put(state.context, :ex_unit_describe, name)}
|> add_current_env_to_line(line)
|> result(ast)
end

Expand Down

0 comments on commit 9498693

Please sign in to comment.