Releases: richardhapb/lspdock
v0.2.6
What's Changed
- fix: handle multiple workspaceFolders and subdirs (9735bb1)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- new release (7206aba)
- refactor(binding): simplify root patching logic (507659e)
- feat(binding): add plugin registry for LSP method handlers (ad13d10)
- feat: remove unnecesary select in io proxy (a35531b)
- fix(actions): update macos intel runner to 15 because deprecation (7257d4f)
- fix: change null string to null object in pid (e6b0abc)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- fix(proxy): move ensure_root after encode_path (31a391f)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- refactor(config): move config loader to ProxyConfig (d56687b)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- feat(config): add Debug to PathType and ConfigPath (399e42d)
- feat(config): support zero-config and auto Docker fallback (7b5afa9)
- chore: clarify arguments handling when configuration file is not provided (a12c73c)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- fix(main): robust docker fallback for LSP spawn (4a4dca5)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat(config): add CLI arg parsing and fallback logic (0ee8c8f)
Installation
Download the appropriate binary for your platform:
- Linux (x86_64):
lspdock-x86_64-unknown-linux-gnu.tar.gz - Windows (x86_64):
lspdock-x86_64-pc-windows-gnu.zip - macOS (Apple Silicon):
lspdock-aarch64-apple-darwin.tar.gz
Extract and place the binary in your PATH.
Full Changelog: v0.1.9...v0.2.0
v0.1.9
feat(lsp): patch root fields in initialize request - Add ensure_root to patch rootUri, rootPath, and workspaceFolders in LSP initialize - Remove wine pre-build and runner from Cross.toml for Windows target - Refactor PID patching logic to run after ensure_root in proxy/io.rs - Update tests to cover ensure_root behavior
v0.1.8
fix: normalize local_path in Windows
v0.1.7
Performance optimization by use Bytes Merge pull request #1 from richardhapb/to-bytes