vscode_erlang icon indicating copy to clipboard operation
vscode_erlang copied to clipboard

run time error in otp_win64_22.3

Open godhelpjun opened this issue 5 years ago • 2 comments

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 lsp_handlers:initialize(_, #{capabilities => #{textDocument => #{codeAction => #{codeActionLiteralSupport => #{codeActionKind => #{valueSet => [<<

godhelpjun avatar Nov 12 '20 01:11 godhelpjun

shit

liuyanhang2004 avatar Jul 14 '23 06:07 liuyanhang2004

Should be fixed by #274

pgourlain avatar Dec 23 '23 07:12 pgourlain