You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address PR review comments (env parsing, range clamp, stale docs)
- config.exs: accept the same disable values ("false", "0") for
ELIXIR_LS_TYPE_INFERENCE as the runtime override in language_server.ex, so
dev/test and release behavior match.
- inlay_hints: clamp_range now sets a whole-line sentinel end column on the
clamped boundary line instead of reusing the original range's final-line
column, which could spuriously cut off hints on that line.
- markdown_utils: compute the :"..//" atom once as a module attribute
instead of String.to_atom/1 per call.
- release_smoke_test: docstrings updated to the current git-pin state (the
old text described the absolute path dep as a known blocker and referenced
a companion test asserting its presence — both stale).
- bump elixir_sense pin to 43034945 (binary unit-width fix, hint cache key
fix, doc typespec corrections).
Note: the hover heredoc-indentation comment was reviewed and declined — the
inner heredoc's closing delimiter dedents its content to column 0, so the
interpolated markdown is already flush.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NvwMWQayfdxowBDrnt5iYM
0 commit comments