Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 851 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

14 lines (10 loc) · 851 Bytes

Environment

  • Elixir & Erlang versions (elixir --version):
  • Operating system:
  • Client (editor or IDE):

Crash report template

Delete this section if not reporting a crash

  1. If using a client other than VS Code, please try VS Code's ElixirLS extension. Does it reproduce your failure?
  2. Create a new Mix project with mix new empty, then open that project with VS Code and open an Elixir file. Is your issue reproducible on the empty project? If not, please publish a repo on Github that does reproduce it.
  3. Check the output log by opening View > Output and selecting "ElixirLS" in the dropdown. Please include any output that looks relevant. (If ElixirLS isn't in the dropdown, the server failed to launch.)
  4. Check the developer console by opening Help > Toggle Developer Tools and include any errors that look relevant.