From 1c4e97ad7ec0af767199a633dc58f3d9cd375f75 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 8 Aug 2024 17:04:04 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c652be9..2bb6dbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - configuration option `pass_environment` which specifies a list of env var names to be passed from ra-multiplex client proxy to the spawned language server (rust-analyzer) - added the option to use unix sockets instead of TCP sockets on unix family operating systems +### Fixed +- on windows remove leading `/` before drive letter + ## [v0.2.4] - 2024-05-15 @@ -34,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - handle `workspace/configuration` server request to fix rust-analyzer configuration with some LSP clients - handle `workDoneProgress/create` server request to fix progress indicators in editors +- handle url encoded paths ## [v0.2.2] - 2023-05-02