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

Bind current relative path to LSP workspace root #57

Closed factyy closed 2 years ago

factyy commented 2 years ago

Fix a problem with path mappings expansion using the path of an opened buffer as current directory (e.g. . expands not into a project root (or a workspace root) but to the path of a current buffer).

Changes: we are using lsp-workspace-root as a . path now.

yyoncho commented 2 years ago

Thank you!