- Fixed ElixirLS extension Windows support by correcting filename from `language_server.bar` to `language_server.bat`
- Fixed LSP server lookups on Windows by using the correct path separator
**Thank you to 1 community contributor:**
- @Hona:
- fix(win32): use path.delimiter for PATH separator in LSP server lookups (#5589)
- fix(win32): correct ElixirLS extension typo (#5590)