This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Commit 0a68789
authored
fix(formatting): show message when it fails (#497)
Shows error messages for well defined errors, but we don't receive
any signal that it failed for a plugin being missing, unfortunately.
Closes #463
refactor: bump styler and format
fix: handle change and save notifications before runtime is ready1 parent 0b90ec3 commit 0a68789
28 files changed
Lines changed: 456 additions & 415 deletions
File tree
- config
- lib
- next_ls
- db
- extensions
- elixir_extension/code_action
- helpers
- ast_helpers
- runtime
- priv/monkey
- test
- next_ls
- commands
- extensions
- elixir_extension/code_action
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
| 4 | + | |
| 5 | + | |
0 commit comments