9fans / acme-lsp

Language Server Protocol tools for the acme text editor
MIT License
193 stars 25 forks source link

ToPath: percent decode input URI #61

Open alurm opened 12 months ago

alurm commented 12 months ago

This is useful in cases where initial path contains special characters.

For example, path containing "c++" needs to be properly decoded, otherwise Acme will try to open file containing %2B%2B, which is wrong.

Partially fixes #60 on GitHub.