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
in VS Code, I get the warning "OTP compiled without EEP48 documentation chunks" from the Elixir LS extension.
I've installed Erlang/OTP via mise (alternative to asdf) which, to my knowledge, uses the builds from this repo.
Would it be possible and make sense to also publish builds with EEP48 documentation chunks enabled?
This would be ideal for local development, so that the IDE can pick it up.
Maybe it could be an appendix to the version identifier, for easy switching and backward compatibility.
I hope this is the right place to ask and the question makes sense.
Thanks for the great work!
The text was updated successfully, but these errors were encountered:
Hello! Since OTP 27 docs are built in. We could build docs chunks in prior versions which should be fairly straightforward, something like make release_docs. Please send a patch if you need it but yeah, best to upgrade to 27.
Hi there,
in VS Code, I get the warning "OTP compiled without EEP48 documentation chunks" from the Elixir LS extension.
I've installed Erlang/OTP via mise (alternative to asdf) which, to my knowledge, uses the builds from this repo.
Would it be possible and make sense to also publish builds with EEP48 documentation chunks enabled?
This would be ideal for local development, so that the IDE can pick it up.
Maybe it could be an appendix to the version identifier, for easy switching and backward compatibility.
I hope this is the right place to ask and the question makes sense.
Thanks for the great work!
The text was updated successfully, but these errors were encountered: