emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
241 stars 34 forks source link

Avoid multiple substitutions on a single path #72

Closed factyy closed 1 year ago

factyy commented 1 year ago

Fixes the following problem:

Example host path: /some, example container root path: /where, then container file path /where/where/file will be translated to /some/some/file instead of /some/where/file.