Roberto Aloi

Results 87 comments of Roberto Aloi

Hi @KunaPrime , could you run `tree` in both installation directories and show which `otp_path` are you setting in the config in both cases?

@TheGeorge I tried the feature in both VS Code and Emacs. It looks good in VS Code and I don't get it for some reason in Emacs (which is good,...

@TheGeorge Should we try and get this one in? There are some unresolved conflicts.

Hi @letrec, did you try to attach to the running node from the CLI?

@plux We need to find the root cause. Filed this one: https://github.com/erlang-ls/erlang_ls/issues/1335

Hi @illotum , that is not a bad idea. We have a partial configuration [here](https://github.com/erlang-ls/vscode/blob/main/package.json#L40), but it would be good to extend it to be comprehensive. We may want to...

Ah, I see now. No, this is not currently in place.

If possible, I would prefer fixing `els_parser` on our side. We don't use comments yet, but they could turn out useful in the future (e.g. if we deal with refactoring).

Hi @filmor and thanks. Won't this causes some runtime errors if the application is not available? If we make the application optional, we should probably ensure those use cases degrade...