I use asdf and Emacs and I think Emacs doesn't see asdf shims?

I installed devicetree-language-server which resides in .asdf/shims, but when I run (executable-find "devicetree-lanuage-server") I get nil. How can I fix it?

Sorry if it's stupid question, Emacs is style quite a mystery for me.

#emacs

@szpon My first guess, without any further detail, would be that .asdf/shims is not in the PATH of the Emacs process.

That probably depends on how you configure asdf and how you launch Emacs.

(There might also be an emacs package to handle this.)

@benjamineskola there is some, but I think it's outdated. Thanks!