You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix `textDocument/documentSymbols` returning an empty result for
non-existing (unsaved) files: Do not use `os.path.samefile()` which
accesses the file system to check if two file paths point to the same
file. Just compare the file paths. (This basically reverts commit
40afab3.)
This fixes issue python-lsp#301 [1].
[1] python-lsp#301
0 commit comments