fix(win32): correct ElixirLS extension typo (#5590)

thinking-toggle-wip
Luke Parker 2025-12-16 08:47:27 +10:00 committed by Aiden Cline
parent 3ad2a40e89
commit 5fc0a55f54
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ export namespace LSPServer {
Global.Path.bin,
"elixir-ls-master",
"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())) {