pappasam / jedi-language-server

A Python language server exclusively for Jedi. If Jedi supports it well, this language server should too.
MIT License
626 stars 45 forks source link

workspace.symbols.ignoreFolders does not apply to `textDocument/references` #315

Closed FelipeLema closed 3 months ago

FelipeLema commented 7 months ago

the internal handling of ignored folders for workspace symbols is not present in references

FelipeLema commented 7 months ago

it seems this was the problem behind https://github.com/pappasam/jedi-language-server/issues/265