Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit efac8ce

Browse files
authored
fix(win32): correct ElixirLS extension typo (anomalyco#5590)
1 parent 4f2baf1 commit efac8ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/lsp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export namespace LSPServer {
420420
Global.Path.bin,
421421
"elixir-ls-master",
422422
"release",
423-
process.platform === "win32" ? "language_server.bar" : "language_server.sh",
423+
process.platform === "win32" ? "language_server.bat" : "language_server.sh",
424424
)
425425

426426
if (!(await Bun.file(binary).exists())) {

0 commit comments

Comments
 (0)