Skip to content

VS Code notification pop up

Robert Fiko edited this page Nov 10, 2021 · 1 revision
Message = <<"Refactor Erl is here!">>, % els_uri:path(Uri)/binary
  els_server:send_notification(<<"window/showMessage">>,
                               #{ type => ?MESSAGE_TYPE_INFO,
                                  message => Message
                                }),
Clone this wiki locally