Skip to content

Commit

Permalink
Update issue template and troubleshooting instructions (elixir-lsp#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson authored Feb 29, 2020
1 parent d70719c commit 5039e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* LSP Client name:
* If using VSCode, are you using "ElixirLS Fork: Elixir support and debugger" (note that it has "Fork" in the name)?

### Troubleshooting

- [ ] Restart your editor (which will restart ElixirLS) sometimes fixes issues
- [ ] Stop your editor, remove the entire `.elixir_ls` directory, then restart your editor
* NOTE: This will cause you to have to re-run the entire dialyzer build

### Crash report template

_Delete this section if not reporting a crash_
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ If your code doesn't compile in ElixirLS, it may be because ElixirLS compiles co

* `.exs` files don't return compilation errors
* `workspaceSymbolProvider` capability currently requires enabled dialyzer
* "Fetching n dependencies" sometimes get stuck (remove the `.elixir_ls` directory to fix)

## Building and running

Expand Down

0 comments on commit 5039e22

Please sign in to comment.