I have a hashtag character (`#`) in one of my files: ``` file:///home/raoul/foo/%23xxxx/bar.sh ``` But when requesting things like textDocument/definition, bash-language-server returns paths that are not %-encoded: ``` file:///home/raoul/foo/#xxxx/bar.sh ```