File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Bug Fixes:
17
17
- Fix issue with formatting and deps handling (thanks [ Thanabodee Charoenpiriyakij] ( https://github.com/wingyplus ) ) [ #345 ] ( https://github.com/elixir-lsp/elixir-ls/pull/345 )
18
18
- This would manifest as ` ** (Mix.Error) Unknown dependency :ecto_sql given to :import_deps in the formatter configuration. `
19
19
- Fix formatting files in umbrella projects (thanks [ Drew Olson] ( https://github.com/drewolson ) )[ #350 ] ( https://github.com/elixir-lsp/elixir-ls/pull/350 )
20
+ - Fix callback suggesions (thanks [ Łukasz Samson] ( https://github.com/lukaszsamson ) ) [ #359 ] ( https://github.com/elixir-lsp/elixir-ls/pull/359 )
20
21
21
22
House keeping:
22
23
- Use error tolerant parser for WorkspaceSymbols (thanks [ Łukasz Samson] ( https://github.com/lukaszsamson ) ) [ #322 ] ( https://github.com/elixir-lsp/elixir-ls/pull/322 )
@@ -37,6 +38,7 @@ VSCode:
37
38
- Followup improvement [ #137 ] ( https://github.com/elixir-lsp/vscode-elixir-ls/pull/137 )
38
39
- Add support to highlight binary numbers correctly (thanks [ Thanabodee Charoenpiriyakij] ( https://github.com/wingyplus ) ) [ #133 ] ( https://github.com/elixir-lsp/vscode-elixir-ls/pull/133 )
39
40
- Add support to highlight ` ... ` correctly (thanks [ Thanabodee Charoenpiriyakij] ( https://github.com/wingyplus ) ) [ #130 ] ( https://github.com/elixir-lsp/vscode-elixir-ls/pull/130 )
41
+ - Highlight atoms as ` constant.language.symbol.elixir ` instead of ` constant.other.symbol.elixir ` (thanks [ Omri Gabay] ( https://github.com/OmriSama ) ) [ #142 ] ( https://github.com/elixir-lsp/vscode-elixir-ls/pull/142 )
40
42
41
43
### v0.5.0: 28 June 2020
42
44
You can’t perform that action at this time.
0 commit comments