pgourlain / vscode_erlang

Erlang support for Visual Studio Code
MIT License
130 stars 46 forks source link

run time error in otp_win64_22.3 #176

Open godhelpjun opened 4 years ago

godhelpjun commented 4 years ago

erlang extension is active starting : escript.exe c:\Users\paultang.vscode\extensions\pgourlain.erlang-0.6.5\rebar3 compile ===> Verifying dependencies... ===> Compiling vscode_lsp apps/erlangbridge/src/gen_lsp_help_server.erl:21: Warning: function atom_to_binary/1 is unused escript.exe exit code:0 starting : erl -noshell -pa src -pa ebin -s int -vscode_port 52640 -s vscode_lsp_entry start 52640 src/gen_lsp_help_server.erl:21: Warning: function atom_to_binary/1 is unused src/gen_lsp_help_server.erl:86: Warning: function eep48_render_fun_doc/3 is unused .... Old inliner: threshold=0 functions=[{hex,1}] Old inliner: threshold=0 functions=[{object_key,2}] =ERROR REPORT==== 11-Nov-2020::22:02:35.021000 === LSP handler error error:badarg while executing lsphandlers:initialize(, #{capabilities =>

{textDocument =>

                                                                                  #{codeAction =>
                                                                                        #{codeActionLiteralSupport =>
                                                                                              #{codeActionKind =>
                                                                                                    #{valueSet =>
                                                                                                          [<<
liuyanhang2004 commented 1 year ago

shit

pgourlain commented 11 months ago

Should be fixed by #274