File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ ### v0.2.25: 23 May 2019
2+
3+ - Fix compatibility with Elixir 1.9
4+ - Fix bug where Mix file is not reloaded on change if it had errors
5+ - Remove unneccessary empty parens from suggested specs
6+ - Add 'dialyzerFormat' setting to select which warning formatter to use. Options are ` "dialyzer" ` (default), ` "dialyxir_short" ` , ` "dialyxir_long" `
7+ - (VS Code) Support syntax highlighting in Phoenix LiveView (.leex) files, including ~ L sigil (Thanks to @rrichardsonv )
8+ - (VS Code) Improved syntax highlighting and other automatic behavior (Thanks to @crbelaus )
9+ - Fix crash when yecc grammar file has conflicts
10+ - Dialyzer robustness improvements
11+ - When autocompleting a function name with cursor immediately prior to a ` ( ` , don't insert additional parens and argument list
12+
113### v0.2.24: 15 Oct 2018
214
315- Fix debugger crash in new versions of VS Code (Thanks to @martin-watts )
You can’t perform that action at this time.
0 commit comments