-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64d30cb
commit 212b46b
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Environment | ||
|
||
* Elixir & Erlang versions (elixir --version): | ||
* Operating system: | ||
* Client (editor or IDE): | ||
|
||
### Crash report template | ||
|
||
_Delete this section if not reporting a crash_ | ||
|
||
The canonical client for ElixirLS is the vscode-elixir-ls extension for VS Code. If you encountered a crash using another client, please check whether you can reproduce it in VS Code, then provide the following information: | ||
|
||
* 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? | ||
* 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.) | ||
* Check the developer console by opening `Help > Toggle Developer Tools` and include any errors that look relevant. |