File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11### Unreleased
22
3+ ### v0.14.4: 20 April 2023
4+
5+ #### Fixes
6+
7+ - Fixed invalid encoding of messages with unicode strings. This should resolve issues when starting the server in in non-ASCII path
8+
39### v0.14.3: 17 April 2023
410
511#### Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Debugger.Mixfile do
44 def project do
55 [
66 app: :elixir_ls_debugger ,
7- version: "0.14.3 " ,
7+ version: "0.14.4 " ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.Utils.Mixfile do
44 def project do
55 [
66 app: :elixir_ls_utils ,
7- version: "0.14.3 " ,
7+ version: "0.14.4 " ,
88 build_path: "../../_build" ,
99 config_path: "../../config/config.exs" ,
1010 deps_path: "../../deps" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ElixirLS.LanguageServer.Mixfile do
44 def project do
55 [
66 app: :language_server ,
7- version: "0.14.3 " ,
7+ version: "0.14.4 " ,
88 elixir: ">= 1.12.0" ,
99 build_path: "../../_build" ,
1010 config_path: "../../config/config.exs" ,
You can’t perform that action at this time.
0 commit comments