fix(win32): correct ElixirLS extension typo (#5590)
This commit is contained in:
parent
4f2baf1a72
commit
efac8cebb3
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ export namespace LSPServer {
|
||||||
Global.Path.bin,
|
Global.Path.bin,
|
||||||
"elixir-ls-master",
|
"elixir-ls-master",
|
||||||
"release",
|
"release",
|
||||||
process.platform === "win32" ? "language_server.bar" : "language_server.sh",
|
process.platform === "win32" ? "language_server.bat" : "language_server.sh",
|
||||||
)
|
)
|
||||||
|
|
||||||
if (!(await Bun.file(binary).exists())) {
|
if (!(await Bun.file(binary).exists())) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue