It's impossible to configure the server for projects located in a folder with multiple "names" #813
Labels
bug
Something isn't working
help wanted
Extra attention is needed
lsp
Issues that relate to the language server
Milestone
Expected behavior
Configuration options specified in config files/language client should apply to projects located on a Windows network share
Actual behavior
Since the server resolves uris given to it, a uri like
file:///H:/path/to/file.rst
can becomefile://shares.example.com/path/to/file.txt
.However, when populating the configuration cache, the uris are not always resolved, leading to a mismatch and the server thinks that the store config does not apply to the project.
Log output
No response
(Optional) Settings from conf.py
No response
The text was updated successfully, but these errors were encountered: