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
Hi there,
I'm not sure about the behavior of the erlang LS VS Code extension.
My configuration is the following:
Version: 1.80.1
Commit: 74f6148eb9ea00507ec113ec51c489d6ffb4b771
Date: 2023-07-12T17:22:25.257Z
Electron: 22.3.14
ElectronBuildId: 21893604
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Linux x64 6.2.1-060201-generic
Erlang LS VS Code ext version 0.0.40 Server (0.44.1 -> 0.48.0)
Published 11/17/2019, 22:56:41
Last released 7/8/2023, 12:23:40
Last updated 7/10/2023, 08:01:25
Identifier erlang-ls.erlang-ls
the reference to the undocumented dialyzer_plt:from_file() function is suspect, since I can't find it in the dialyzer source code in the erlang OTP repository.
Maybe I'm wrong, but it looks like that without a PLT file, some features of the erlang LS are not available.
So the question is: Is this an els_typer bug or is there another way to achieve the dialyzer based features of erlang LS?
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
I'm not sure about the behavior of the erlang LS VS Code extension.
My configuration is the following:
Version: 1.80.1
Commit: 74f6148eb9ea00507ec113ec51c489d6ffb4b771
Date: 2023-07-12T17:22:25.257Z
Electron: 22.3.14
ElectronBuildId: 21893604
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Linux x64 6.2.1-060201-generic
Erlang LS VS Code ext version 0.0.40 Server (0.44.1 -> 0.48.0)
Published 11/17/2019, 22:56:41
Last released 7/8/2023, 12:23:40
Last updated 7/10/2023, 08:01:25
Identifier erlang-ls.erlang-ls
In the output tab I see this warning message:
The application I'm working on is based on OTP 26
The thing I cannot explain is that in the error description:
the reference to the undocumented
dialyzer_plt:from_file()
function is suspect, since I can't find it in the dialyzer source code in the erlang OTP repository.Maybe I'm wrong, but it looks like that without a PLT file, some features of the erlang LS are not available.
So the question is: Is this an
els_typer
bug or is there another way to achieve the dialyzer based features of erlang LS?Thanks
The text was updated successfully, but these errors were encountered: